[]
Represents a sort field that sorts data by cell color.
public interface ICellColorSortField : ISortField
Public Interface ICellColorSortField
Inherits ISortField
ICellColorSortField sortField = new CellColorSortField(
worksheet.Range["A1:A3"],
worksheet.Range["A1"].Interior,
SortOrder.Descending);
SortOrder order = sortField.Order;
| 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. |