Represents the settings which apply to sorting a region of values based on indices relative to either the Worksheet's [[Worksheet.filterSettings]] or [[Worksheet.sortSettings]] region.
Constructors
Section titled "Constructors"RelativeIndexSortSettings
new RelativeIndexSortSettings(a: ISortSettingsOwner, b: object): RelativeIndexSortSettings Returns RelativeIndexSortSettings
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"caseSensitive
Section titled "caseSensitive"Inherited from: SortSettings$1
Gets or sets the value which indicates whether strings should be compared case-sensitively when they are sorted.
get caseSensitive(): boolean
Returns boolean
set caseSensitive(a: boolean): void Parameters
- a:
boolean
Returns void
Methods
Section titled "Methods"sortConditions
Section titled "sortConditions"Inherited from: SortSettings$1
Gets or sets the sort condition for the specified sort-able item.
sortConditions(sortableItem: RelativeIndex, value: SortCondition): SortCondition Parameters
- sortableItem:
RelativeIndexThe sort-able item for which to get or set the sort condition.
- value:
SortCondition