Returns the column for comment at position commentIndex
This method is used together with TExcelFile.CommentCountRow. See the reference on it for an example.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.GetCommentRowCol(const row: Integer; const commentIndex: Integer): Integer; override;
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