[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFontColorSortField

Interface IFontColorSortField

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the sort field by font color.

public interface IFontColorSortField : ISortField
Inherited Members

Properties

Color

Gets the Color used to sort by Ascending or Descending.

Color Color { get; }

Property Value

System.Drawing.Color

Order

Gets the sort order, such as:Ascending or Descending.

SortOrder Order { get; }

Property Value

SortOrder