[]
Represents the color sort.
public class FontColorSortField : SortFieldBase, IFontColorSortField, ISortField
Sorts the font color.
public FontColorSortField(IRange key, Color color, SortOrder order = SortOrder.Ascending)
key
IRangeColumn index of sort range.
color
System.Drawing.ColorThe font color.
order
SortOrderThe sort order.
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; }