Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes this element from its parent.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Remove
'Usage
Dim instance As OpenXmlElement
instance.Remove()
public void Remove()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the parent is a null reference. |