Uses of Class
io.keikai.range.SRange.SortDataOption
-
Packages that use SRange.SortDataOption Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SRange.SortDataOption in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRange.SortDataOption Modifier and Type Method Description static SRange.SortDataOption
EnumUtil. toRangeSortDataOption(Range.SortDataOption dataOption)
-
Uses of SRange.SortDataOption in io.keikai.range
Methods in io.keikai.range that return SRange.SortDataOption Modifier and Type Method 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.Methods in io.keikai.range with parameters of type SRange.SortDataOption Modifier and Type Method 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 -
Uses of SRange.SortDataOption in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.SortDataOption Modifier and Type Method Description 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)
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
-