Xceed Workbooks for .NET v2.0 Documentation
Remove(Int32,Int32) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > AnnotationCollection Class > Remove Method : Remove(Int32,Int32) Method
The Id of the Row in which the Annotation that will be removed was initially inserted.
The Id of the Column in which the Annotation that will be removed was initially inserted.
Removes an Annotation (Note or Comment) from the AnnotationCollection by using a Row Id and a Column Id to locate it.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal rowId As Integer, _
   ByVal columnId As Integer _
) 
'Usage
 
Dim instance As AnnotationCollection
Dim rowId As Integer
Dim columnId As Integer
 
instance.Remove(rowId, columnId)
public void Remove( 
   int rowId,
   int columnId
)

Parameters

rowId
The Id of the Row in which the Annotation that will be removed was initially inserted.
columnId
The Id of the Column in which the Annotation that will be removed was initially inserted.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationCollection Class
AnnotationCollection Members
Overload List