Search Results for

    Show / Hide 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

    • TExcelFile
    • CommentRowCount
    • CommentCountRow
    • GetCommentRow
    • GetCommentRowCol
    • GetComment
    • SetCommentRow(Integer, Integer, string, IImageProperties, Boolean)
    • SetComment(Integer, Integer, TRichString)
    • GetCommentPropertiesRow
    • GetCommentProperties
    • SetCommentProperties
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com