Table of Contents

TExcelFile.SetCommentPropertiesRow Method

Sets the comment properties at the specified index.

Remarks

This method is used together with CommentCountRow. See the reference on it for an example.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetCommentPropertiesRow(const row: Integer; const commentIndex: Integer; commentProperties: IImageProperties); virtual; abstract;

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