FontColor Property (SortField)
Gets or sets the
Color value on which the sort is performed for the specified
SortCondition object.
public Color FontColor {get; set;}
'Declaration
Public Property FontColor As Color
'Usage
Dim instance As SortField
Dim value As Color
instance.FontColor = value
value = instance.FontColor
Property Value
A
Color value represents the cell font color.