接口 ISortField

所有已知子接口:
ICellColorSortField, IFontColorSortField, IIconSortField, IValueSortField
所有已知实现类:
CellColorSortField, FontColorSortField, IconSortField, SortFieldBase, ValueSortField

public interface ISortField
Represents the sort field.
  • 方法详细资料

    • getKey

      IRange getKey()
      Gets the sort range.
    • getPriority

      int getPriority()
      Gets the priority of the ISortField.
    • setPriority

      void setPriority(int value)
      Sets the priority of the ISortField.
    • getSortOn

      SortOnType getSortOn()
      Gets the sort type.