[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellColorSortField

Interface ICellColorSortField

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

Represents the sort field by cell color.

public interface ICellColorSortField : ISortField
Inherited Members

Properties

Interior

Gets the IInterior sort.

IInterior Interior { get; }

Property Value

IInterior

Order

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

SortOrder Order { get; set; }

Property Value

SortOrder