Table of Contents

TXlsFile.GetCommentPropertiesRow Method

Returns the comment properties for the popup at position commentIndex

Remarks

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

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetCommentPropertiesRow(const row: Integer; const commentIndex: Integer): ICommentProperties; override;

Parameters

<-> Parameter Type Description
const row Integer Row index (1 based)
const commentIndex Integer Comment index (1 based)

Returns

The comment properties.

See also