Returns the comment properties for the popup at position commentIndex
This method is used together with CommentCountRow. See the reference on it for an example.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetCommentPropertiesRow(const row: Integer; const commentIndex: Integer): ICommentProperties; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row index (1 based) |
const |
commentIndex |
Integer |
Comment index (1 based) |
Returns
The comment properties.
See also