[]
Represents the sort field by font color.
public interface IFontColorSortField : ISortField
Gets the Color used to sort by Ascending or Descending.
Color Color { get; }
Gets the sort order, such as:Ascending or Descending.
SortOrder Order { get; }