EMA3D API Documentation
EMA3D API Documentation
EMA3D Scripting API
EMC Plus API V25 Documentation
DocumentFormat Namespaces
DocumentFormat.OpenXml
OpenXmlElement Class
OpenXmlElement Methods
AddAnnotation Method
AddNamespaceDeclaration Method
Ancestors Method
Annotation Method
Annotations Method
Append Method
AppendChild<T> Method
ClearAllAttributes Method
Clone Method
CloneNode Method
Descendants Method
Elements Method
ElementsAfter Method
ElementsBefore Method
GetAttribute Method
GetAttributes Method
GetEnumerator Method
GetFirstChild<T> Method
InsertAfter<T> Method
InsertAfterSelf<T> Method
InsertAt<T> Method
InsertBefore<T> Method
InsertBeforeSelf<T> Method
IsAfter Method
IsBefore Method
LookupNamespace Method
LookupPrefix Method
NextSibling Method
PrependChild<T> Method
PreviousSibling Method
Remove Method
RemoveAllChildren Method
RemoveAnnotations Method
RemoveAttribute Method
RemoveChild<T> Method
RemoveNamespaceDeclaration Method
ReplaceChild<T> Method
SetAttribute Method
SetAttributes Method
WriteTo Method
Open
Xml
Element
Remove Method
Removes the current element from its parent.
Namespace:
DocumentFormat.OpenXml
Assembly:
DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
C#
VB
C++
F#
Copy
public
void
Remove
()
Public
Sub
Remove
public
:
void
Remove
()
member
Remove
:
unit
->
unit
Exceptions
Exception
Condition
InvalidOperationException
Thrown when the parent is a null reference.
See Also
Reference
OpenXmlElement Class
DocumentFormat.OpenXml Namespace