Sets the comment properties at the specified index.
This method is used together with TExcelFile.CommentCountRow. See the reference on it for an example.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetCommentPropertiesRow(const row: Integer; const commentIndex: Integer; commentProperties: IImageProperties); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row index (1 based) |
const |
commentIndex |
Integer |
Comment index (1 based) |
|
commentProperties |
IImageProperties |
Comment properties. This parameter can be a TImageProperties, or the more complete derived class TCommentProperties, if you need to set extra information like the text alignment. |
See also