Search Results for

    Show / Hide Table of Contents

    TXlsFile.GetCommentPropertiesRow Method

    Returns the comment properties for the popup at position commentIndex

    Remarks

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

    Syntax

    Unit: FlexCel.XlsAdapter

    function TXlsFile.GetCommentPropertiesRow(const row: Integer; const commentIndex: Integer): ICommentProperties; override;

    Parameters

    <-> Parameter Type Description
    const row Integer Row index (1 based)
    const commentIndex Integer Comment index (1 based)

    Returns

    The comment properties.

    See also

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