OpenXmlSimpleType.TextValue Property

Definition

Caution

This property is not intended for public use and will be removed in the next release

Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use.

protected string TextValue { get; set; }
protected string? TextValue { get; set; }
[System.Obsolete("This property is not intended for public use and will be removed in the next release")]
protected string? TextValue { get; set; }
member this.TextValue : string with get, set
[<System.Obsolete("This property is not intended for public use and will be removed in the next release")>]
member this.TextValue : string with get, set
Protected Property TextValue As String

Property Value

Returns String.

Attributes

Applies to