Spread Windows Forms 12.0 Product Documentation
Texts Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FilterData Structure : Texts Property
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
public string[] Texts {get;}

Property Value

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

Reference

FilterData Structure
FilterData Members