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 caseSensitive
Section titled "caseSensitive"Inherited from: SortSettings$1
caseSensitive: boolean 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