类 CellColorSortField

java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.CellColorSortField
所有已实现的接口:
ICellColorSortField, ISortField

public class CellColorSortField extends SortFieldBase implements ICellColorSortField
指定内部排序。
  • 构造器详细资料

    • CellColorSortField

      public CellColorSortField(IRange key, IInterior interior)
      对内部区域按颜色进行排序。
      参数:
      key - 列索引。
      interior - 内部区域。
    • CellColorSortField

      public CellColorSortField(IRange key, IInterior interior, SortOrder order)
      使用指定的键、颜色和排序顺序构造一个新的CellColorSortField对象。
      参数:
      key - 用于排序的范围。
      interior - 用于排序的单元格颜色。
      order - 字段的排序顺序。
  • 方法详细资料