Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / AnnotationCollection Class / Remove Method / Remove(String) Method
The Address of the Cell in which the Annotation that will be removed was initially inserted.


In This Topic
    Remove(String) Method
    In This Topic
    Removes an Annotation (Note or Comment) from the AnnotationCollection by using the Address of a Cell to locate it.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal cellAddress As String _
    ) 
    'Usage
     
    
    Dim instance As AnnotationCollection
    Dim cellAddress As String
     
    instance.Remove(cellAddress)
    public void Remove( 
       string cellAddress
    )

    Parameters

    cellAddress
    The Address of the Cell 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