OpenXmlElement.RemoveAnnotations Method (Type)

Removes the annotations of the specified type from this OpenXmlElement.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub RemoveAnnotations ( _
    type As Type _
)
'Usage
Dim instance As OpenXmlElement
Dim type As Type

instance.RemoveAnnotations(type)
public void RemoveAnnotations(
    Type type
)

Parameters

  • type
    Type: System.Type
    The Type of the annotations to remove.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

RemoveAnnotations Overload

DocumentFormat.OpenXml Namespace