Share via


Connection.ModelTextProperties property

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

Syntax

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

value = instance.ModelTextProperties

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

Property value

Type: DocumentFormat.OpenXml.Office15.Excel.ModelTextProperties

See also

Reference

Connection class

Connection members

DocumentFormat.OpenXml.Office15.Excel namespace