Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / FontColor Property


In This Topic
    FontColor Property (SortField)
    In This Topic
    Gets or sets the Color value on which the sort is performed for the specified SortCondition object.
    Syntax
    'Declaration
     
    
    Public Property FontColor As Color
    'Usage
     
    
    Dim instance As SortField
    Dim value As Color
     
    instance.FontColor = value
     
    value = instance.FontColor
    public Color FontColor {get; set;}

    Property Value

    A Color value represents the cell font color.
    See Also