Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetCommentRow Method

    Returns the comment at position commentIndex on the specified row.

    Remarks

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

    Syntax

    Unit: FlexCel.Core

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

    Parameters

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

    Returns

    Comment at the specified position.

    See also

    • TExcelFile
    • CommentRowCount
    • CommentCountRow
    • GetCommentRowCol
    • 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