Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / FontColors Property


In This Topic
    FontColors Property
    In This Topic
    Gets the all display text colors of the filter column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontColors As Color()
    'Usage
     
    
    Dim instance As FilterData
    Dim value() As Color
     
    value = instance.FontColors
    public Color[] FontColors {get;}

    Property Value

    An array of Color represents all display text colors of the filter column.
    See Also