Table of Contents

ExcelFile.GetCommentRow Method

Returns the comment at position commentIndex on the specified row.

Remarks

This method is used together with CommentCountRow. See the reference on it for an example.

Syntax

Namespace: FlexCel.Core

public abstract TRichString GetCommentRow(Int32 row, Int32 commentIndex)

Parameters

<-> Parameter Type Description
row Int32 Row index (1 based)
commentIndex Int32 Comment index (1 based). See CommentCountRow

Returns

Comment at the specified position.

See also