[]
        
(Showing Draft Content)

CellColorSortField

Class CellColorSortField

java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.CellColorSortField
All Implemented Interfaces:
ICellColorSortField, ISortField

public class CellColorSortField extends SortFieldBase implements ICellColorSortField
Specifies the interior sort.
  • Constructor Details

    • CellColorSortField

      public CellColorSortField(IRange key, IInterior interior)
      Sorts the interior based on color.
      Parameters:
      key - The column index.
      interior - The interior.
    • CellColorSortField

      public CellColorSortField(IRange key, IInterior interior, SortOrder order)
      Constructs a new CellColorSortField object with the specified key, interior, and sort order.
      Parameters:
      key - The range representing the key for sorting.
      interior - The interior representing the cell color used for sorting.
      order - The sort order for the field.
  • Method Details