[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellColorSortField

ICellColorSortField Interface

Represents a sort field that sorts data by cell color.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICellColorSortField : ISortField
Public Interface ICellColorSortField
    Inherits ISortField
Examples
ICellColorSortField sortField = new CellColorSortField(
    worksheet.Range["A1:A3"],
    worksheet.Range["A1"].Interior,
    SortOrder.Descending);
SortOrder order = sortField.Order;

Properties

Name Description
Interior

Gets the IInterior object that represents the cell fill used for sorting.

Order

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