Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / AnnotationCollection Class / Remove Method / Remove(Annotation) Method
The Annotation that will be removed.


In This Topic
    Remove(Annotation) Method
    In This Topic
    Removes a chosen Annotation (Note or Comment) from the AnnotationCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal annotationToRemove As Annotation _
    ) 
    'Usage
     
    
    Dim instance As AnnotationCollection
    Dim annotationToRemove As Annotation
     
    instance.Remove(annotationToRemove)
    public void Remove( 
       Annotation annotationToRemove
    )

    Parameters

    annotationToRemove
    The Annotation that will be removed.
    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