Table of Contents

TExcelFile.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

Unit: FlexCel.Core

function TExcelFile.GetCommentRowCol(const row: Integer; const commentIndex: Integer): Integer; virtual; abstract;

Parameters

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

Returns

The column index corresponding to the comment.

See also