VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheet Class / RemoveComment(Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
RemoveComment(Int32,Int32) Method (XlsxDocumentSheet)
In This Topic
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 _
)
public void RemoveComment(
System.Int32 columnIndex,
System.Int32 rowIndex
)

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also