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