VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheet Class / RemoveComment(Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
    RemoveComment(Int32,Int32) Method (XlsxDocumentSheet)
    Removes the cell comment.
    Syntax
    'Declaration
    
    Public Sub RemoveComment( _
    ByVal columnIndex
    The index of column that contains cell.
    As System.Int32, _
    ByVal rowIndex
    The index of row that contains cell.
    As System.Int32 _
    )
     

    Parameters

    columnIndex
    The index of column that contains cell.
    rowIndex
    The index of row that contains cell.
    Exceptions
    ExceptionDescription
    Thrown if columnIndex is less than zero -or- columnIndex is equal to or greater 16383.
    Thrown if rowIndex is less than zero -or- rowIndex is equal to or greater 1048575.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also