Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / Texts Property


In This Topic
Texts Property
In This Topic
Gets the all display texts of the filter column.
Syntax
'Declaration
 
Public ReadOnly Property Texts As String()
 
'Usage
 
Dim instance As FilterData
Dim value() As String
 
value = instance.Texts

Property Value

An array of System.String represents all display texts of the filter column.
See Also