Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetCommentRowCol Method

    Returns the column for comment at position commentIndex

    Remarks

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

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetCommentRowCol(const row: Integer; const commentIndex: Integer): Integer; virtual; abstract;

    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

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