Package com.grapecity.documents.excel
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 Summary
Modifier and TypeMethodDescriptiongetKey()Gets the sort range.intGets the priority of theISortField.Gets the sort type.voidsetPriority(int value) Sets the priority of theISortField.
-
Method Details
-
getKey
IRange getKey()Gets the sort range.- Returns:
- The range representing the sort key.
-
getPriority
int getPriority()Gets the priority of theISortField.- Returns:
- The priority of the sort field.
-
setPriority
void setPriority(int value) Sets the priority of theISortField.- Parameters:
value- The priority of the sort field.
-
getSortOn
SortOnType getSortOn()Gets the sort type.- Returns:
- The sort type.
-