Table of Contents

ExcelFile.GetCommentRowCol Method

Returns the column for comment at position commentIndex

Remarks

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

Syntax

Namespace: FlexCel.Core

public abstract Int32 GetCommentRowCol(Int32 row, Int32 commentIndex)

Parameters

<-> Parameter Type Description
row Int32 Row with the comment. (1 based)
commentIndex Int32 Index of the comment (1 based)

Returns

The column index corresponding to the comment.

See also