Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SRange.SortDataOption |
EnumUtil.toRangeSortDataOption(Range.SortDataOption dataOption) |
Modifier and Type | Method and Description |
---|---|
static SRange.SortDataOption |
SRange.SortDataOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.SortDataOption[] |
SRange.SortDataOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SRange.sort(SRange key1,
boolean descending1,
SRange.SortDataOption dataOption1,
SRange key2,
boolean descending2,
SRange.SortDataOption dataOption2,
SRange key3,
boolean descending3,
SRange.SortDataOption dataOption3,
int hasHeader,
boolean matchCase,
boolean sortByRows)
Sort this Range according the specified parameters
|
Modifier and Type | Method and Description |
---|---|
void |
SortHelper.sort(SRange key1,
boolean descending1,
SRange.SortDataOption dataOption1,
SRange key2,
boolean descending2,
SRange.SortDataOption dataOption2,
SRange key3,
boolean descending3,
SRange.SortDataOption dataOption3,
int header,
boolean matchCase,
boolean sortByRows)
Major procedure for sorting a selected range:
record merged region, sort, unmerge merged regions, restore merged region
|
void |
RangeImpl.sort(SRange key1,
boolean descending1,
SRange.SortDataOption dataOption1,
SRange key2,
boolean descending2,
SRange.SortDataOption dataOption2,
SRange key3,
boolean descending3,
SRange.SortDataOption dataOption3,
int hasHeader,
boolean matchCase,
boolean sortByRows) |
Copyright © 2020. All rights reserved.