Search Results for

    Show / Hide Table of Contents

    XlsFile.GetCommentRowCol Method

    Returns the column for comment at position commentIndex

    Remarks

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

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Int32 GetCommentRowCol(Int32 row, Int32 commentIndex)

    Parameters

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

    Returns

    The column index corresponding to the comment.

    See also

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