[]
        
(Showing Draft Content)

ISortField

Interface ISortField

All Known Subinterfaces:
ICellColorSortField, IFontColorSortField, IIconSortField, IValueSortField
All Known Implementing Classes:
CellColorSortField, FontColorSortField, IconSortField, SortFieldBase, ValueSortField

public interface ISortField
Represents the sort field.
  • Method Details

    • getKey

      IRange getKey()
      Gets the sort range.
      Returns:
      The range representing the sort key.
    • getPriority

      int getPriority()
      Gets the priority of the ISortField.
      Returns:
      The priority of the sort field.
    • setPriority

      void setPriority(int value)
      Sets the priority of the ISortField.
      Parameters:
      value - The priority of the sort field.
    • getSortOn

      SortOnType getSortOn()
      Gets the sort type.
      Returns:
      The sort type.