RstType.Text Property

Text.Represents the element tag in schema: x:t

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Text As Text
    Get
    Set
'Usage
Dim instance As RstType
Dim value As Text

value = instance.Text

instance.Text = value
public Text Text { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Text

See Also

Reference

RstType Class

RstType Members

DocumentFormat.OpenXml.Spreadsheet Namespace