| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICellColorSortField
Represents the sort field by cell color.
|
interface |
IFontColorSortField
Represents the sort field by font color.
|
interface |
IIconSortField
Represents the sort field by icon.
|
interface |
IValueSortField
Represents the sort field by cell value (ascending or descending or custom
value list).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellColorSortField
Specifies the interior sort.
|
class |
FontColorSortField
Represents the color sort.
|
class |
IconSortField
Represents sorting by icon.
|
class |
SortFieldBase
Represents the sort base class.
|
class |
ValueSortField
Represents the sort by value field.
|
| Modifier and Type | Method and Description |
|---|---|
ISortField |
ISortFields.get(int index)
Gets the sort key in the sort list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISortFields.add(ISortField sortField)
Adds a sort field.
|
boolean |
ISortFields.remove(ISortField sortField)
Removes a sort field.
|