[]
Represents the color sort.
public class FontColorSortField : SortFieldBase, IFontColorSortField, ISortField
Sorts the font color.
public FontColorSortField(IRange key, Color color, SortOrder order = SortOrder.Ascending)
Specifies the font color.
public Color Color { get; }
Specifies the sort order (OnTop or OnBottom).
public SortOrder Order { get; }
Specifies the sort type.
public override SortOnType SortOn { get; }