OpenXmlElement Constructor (String)
Initializes a new instance of the OpenXmlElement.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Protected Sub New ( _
outerXml As String _
)
'Uso
Dim outerXml As String
Dim instance As New OpenXmlElement(outerXml)
protected OpenXmlElement(
string outerXml
)
Parameters
- outerXml
Type: System.String
The outer XML of the element.