Share via


Connection.TextProperties property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TextProperties As TextProperties
    Get
    Set
'Usage
Dim instance As Connection
Dim value As TextProperties

value = instance.TextProperties

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

Property value

Type: DocumentFormat.OpenXml.Office15.Excel.TextProperties

See also

Reference

Connection class

Connection members

DocumentFormat.OpenXml.Office15.Excel namespace