Search Results for

    Show / Hide Table of Contents

    ExcelFile.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

    Namespace: FlexCel.Core

    public abstract TCommentProperties GetCommentProperties(Int32 row, Int32 col)

    Parameters

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

    Returns

    Placement of the comment popup.

    See also

    • ExcelFile
    • CommentRowCount
    • CommentCountRow
    • GetCommentRow
    • GetCommentRowCol
    • GetComment
    • SetCommentRow(Int32, Int32, String, TImageProperties)
    • SetComment(Int32, Int32, TRichString)
    • GetCommentPropertiesRow
    • SetCommentPropertiesRow
    • SetCommentProperties
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com