Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
SortState |
SortState.by(int columnRowIndex)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ). |
SortState |
SortState.by(int columnRowIndex,
boolean descending)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified order to sort by. |
SortState |
SortState.by(int columnRowIndex,
boolean descending,
Iterable<String> customList)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified order and custom list by which order of items to sort by. |
SortState |
SortState.by(int columnRowIndex,
boolean descending,
String... customList)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified order and custom list by which order of items to sort by. |
SortState |
SortState.by(int columnRowIndex,
Comparator<ExcelCell> comparator)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified comparison method to sort by. |
SortState |
SortState.by(int columnRowIndex,
ExcelFillPattern fillPattern)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
ExcelFillPattern fillPattern,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
Iterable<String> customList)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified custom list by which order of items to sort by. |
SortState |
SortState.by(int columnRowIndex,
SpreadsheetColor fontColor)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
SpreadsheetColor fontColor,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
SpreadsheetIcon icon)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
SpreadsheetIcon icon,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
String... customList)
Adds a
SortLevel applied to a column (or a row, if isLeftToRight() is true ) with the specified index (relative to the range ) and with the specified custom list by which order of items to sort by. |
static SortState |
SortState.create(CellRange range,
boolean allowLeftToRight)
Deprecated.
This method is internal and should not be used.
|
static SortState |
SortState.create(ExcelWorksheet destination,
SortState source)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortLevelCollection.getSort()
Deprecated.
This method is internal and should not be used.
|
SortState |
ExcelWorksheet.getSort()
Gets the active
SortState . |
SortState |
AutoFilter.getSort()
Gets the
AutoFilter sort state. |
SortState |
CellRange.sort(boolean active)
Gets the
SortState active on the parent worksheet (ExcelWorksheet.getSort() ) if active range is equal to this CellRange and parameter active is true ; otherwise, a new SortState instance, which is set as active on the parent worksheet if parameter active is true . |
Modifier and Type | Method and Description |
---|---|
static SortState |
SortState.create(ExcelWorksheet destination,
SortState source)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelWorksheet.setSort(SortState value)
Sets the active
SortState . |
void |
AutoFilter.setSort(SortState value)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
SortState |
Table.getSort()
Gets the table sort.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.updateSort(SortState value)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.