Search Results for

    Show / Hide Table of Contents

    TXlsFile.GetCommentRowCol Method

    Returns the column for comment 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.GetCommentRowCol(const row: Integer; const commentIndex: Integer): Integer; override;

    Parameters

    <-> Parameter Type Description
    const row Integer Row with the comment. (1 based)
    const commentIndex Integer Index of the comment (1 based)

    Returns

    The column index corresponding to the comment.

    See also

    • TXlsFile
    • TExcelFile.CommentRowCount
    • TExcelFile.CommentCountRow
    • TExcelFile.GetCommentRow
    • 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