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