Spread Windows Forms 15.0
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
    public string[] Texts {get;}

    Property Value

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