[]
Specifies the interior sort.
public class CellColorSortField : SortFieldBase, ICellColorSortField, ISortField
Sorts the interior based on color.
public CellColorSortField(IRange key, IInterior interior, SortOrder order = SortOrder.Ascending)
Specifies the interior to sort.
public IInterior Interior { get; }
Specifies the sort order.
public SortOrder Order { get; set; }
Specifies the sort type.
public override SortOnType SortOn { get; }