OpenXmlUnknownElement.Text Property
Gets the text of the unknown element. Returns text only when the unknown element has only one child which is a text node.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
Get
'Usage
Dim instance As OpenXmlUnknownElement
Dim value As String
value = instance.Text
public string Text { get; }
Property Value
Type: System.String
Returns String.