public interface ISort
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Applies the sort.
|
boolean |
getHeader()
Gets whether the sort range contains a header.
|
boolean |
getMatchCase()
Gets whether the sort is case sensitive.
|
SortOrientation |
getOrientation()
Gets the sort orientation.
|
IRange |
getRange()
Gets the sort range.
|
ISortFields |
getSortFields()
Gets the sort condition list.
|
void |
setHeader(boolean value)
Sets whether the sort range contains a header.
|
void |
setMatchCase(boolean value)
Sets whether the sort is case sensitive.
|
void |
setOrientation(SortOrientation value)
Sets the sort orientation.
|
void |
setRange(IRange value)
Sets the sort range.
|
IRange getRange()
void setRange(IRange value)
boolean getMatchCase()
void setMatchCase(boolean value)
SortOrientation getOrientation()
void setOrientation(SortOrientation value)
ISortFields getSortFields()
boolean getHeader()
void setHeader(boolean value)
void apply()