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

声明
Protected Property TextValue As String
    Get
    Set
用法
Dim value As String

value = Me.TextValue

Me.TextValue = value
protected string TextValue { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

OpenXmlSimpleType Class

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace