Interface ISort
public interface ISort
Represents the sort interface.
-
Method Summary
void
boolean
Gets whether the sort range contains a header.
boolean
Gets whether the sort is case sensitive.
Gets the sort orientation.
Gets the sort condition list.
void
Sets whether the sort range contains a header.
void
Sets whether the sort is case sensitive.
void
Sets the sort orientation.
void
-
Method Details
-
getRange
Gets the sort range.
-
setRange
Sets the sort range.
-
getMatchCase
boolean getMatchCase()
Gets whether the sort is case sensitive.
-
setMatchCase
void setMatchCase(boolean value)
Sets whether the sort is case sensitive.
-
getOrientation
Gets the sort orientation.
-
setOrientation
Sets the sort orientation.
-
getSortFields
Gets the sort condition list.
-
-
-
apply
void apply()
Applies the sort.