OpenXmlSimpleType.TextValue Property
DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Protected Property TextValue As String
Get
Set
'Usage
Dim value As String
value = Me.TextValue
Me.TextValue = value
protected string TextValue { get; set; }
Property Value
Type: System.String
Returns String.