Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Field and Description |
---|---|
static SpreadsheetIcon |
SpreadsheetIcon.NONE
|
Modifier and Type | Method and Description |
---|---|
static SpreadsheetIcon |
SpreadsheetIcon.create()
Deprecated.
This method is internal and should not be used.
|
SpreadsheetIcon |
SortLevel.getIcon()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
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.
|
AutoFilter |
AutoFilter.byIcon(int columnIndex,
SpreadsheetIcon icon)
Deprecated.
This method is internal and should not be used.
|
boolean |
SpreadsheetIcon.equalsGeneric(SpreadsheetIcon other)
Deprecated.
This method is internal and should not be used.
|
void |
SortLevel.setIcon(SpreadsheetIcon value)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
SpreadsheetIcon icon)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
SpreadsheetIcon icon,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetIcon |
ConditionalIcon.getIcon()
Gets the icon.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalIcon.setIcon(SpreadsheetIcon value)
Sets the icon.
|
© GemBox Ltd. — All rights reserved.