Search Results for

    Show / Hide Table of Contents

    XlsFile.SetCommentPropertiesRow Method

    Sets the comment properties at the specified index.

    Remarks

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

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override void SetCommentPropertiesRow(Int32 row, Int32 commentIndex, TImageProperties commentProperties)

    Parameters

    <-> Parameter Type Description
    row Int32 Row index (1 based)
    commentIndex Int32 Comment index (1 based)
    commentProperties TImageProperties 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

    • XlsFile
    • ExcelFile.CommentRowCount
    • ExcelFile.CommentCountRow
    • ExcelFile.GetCommentRow
    • ExcelFile.GetCommentRowCol
    • ExcelFile.GetComment
    • ExcelFile.SetCommentRow(Int32, Int32, String, TImageProperties)
    • ExcelFile.SetComment(Int32, Int32, TRichString)
    • ExcelFile.GetCommentPropertiesRow
    • ExcelFile.GetCommentProperties
    • ExcelFile.SetCommentProperties
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com