Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetCommentProperties Method

    Gets the popup placement for an existing comment. If there is not a comment on cell (row,col), this will return null.

    Remarks

    Note that you can change the size but not the placement of the popup. This placement you set here is the one you see when you right click the cell and choose "Show comment". The yellow popup box is placed automatically by excel.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetCommentProperties(const row: Integer; const col: Integer): ICommentProperties; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const row Integer Row index (1 based).
    const col Integer Column index (1 based)

    Returns

    Placement of the comment popup.

    See also

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