Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
SortLevel |
SortLevelCollection.add(int columnRowIndex)
Adds a new
SortLevel applied to a column (or a row, if SortState.isLeftToRight() is true ) with the specified index into the SortLevelCollection . |
SortLevel |
SortLevelCollection.add(int index,
int columnRowIndex)
Inserts a new
SortLevel applied to a column (or a row, if SortState.isLeftToRight() is true ) with the specified index into the SortLevelCollection at the specified index. |
SortLevel |
SortLevelCollection.add(int index,
int columnRowIndex,
com.gembox.spreadsheet.internal.sortfilter.SortOn sortOn)
Deprecated.
This method is internal and should not be used.
|
SortLevel |
SortLevelCollection.add(int columnRowIndex,
com.gembox.spreadsheet.internal.sortfilter.SortOn sortOn)
Deprecated.
This method is internal and should not be used.
|
SortLevel |
FilterColumn.addSort()
Adds a
SortLevel to this column. |
SortLevel |
SortLevelCollection.get(int index)
Gets the
SortLevel at the specified index. |
SortLevel |
SortLevelCollection.getByColumnRowIndex(int columnRowIndex)
Gets the sort level applied to a column (or a row, if
SortState.isLeftToRight() is true ) with the specified index (relative to the range ) or null if such sort level doesn't exist. |
SortLevel |
FilterColumn.getSort()
Gets the sort settings applied to this column or
null if no sort settings are applied to this column. |
SortLevel |
FilterColumn.setSort()
Sets a
SortLevel to this column. |
Modifier and Type | Method and Description |
---|---|
Iterator<SortLevel> |
SortLevelCollection.iterator()
Returns an iterator that iterates through the sort levels.
|
Modifier and Type | Method and Description |
---|---|
void |
SortLevelCollection.add(SortLevel item)
Deprecated.
This method is internal and should not be used.
|
boolean |
SortLevelCollection.remove(SortLevel sortLevel)
Removes the specific
SortLevel from the SortLevelCollection . |
© GemBox d.o.o. — All rights reserved.