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.

RelativeIndexSortSettings

new RelativeIndexSortSettings(a: ISortSettingsOwner, b: object): RelativeIndexSortSettings

Returns RelativeIndexSortSettings

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

Inherited from: SortSettings$1

Gets or sets the sort condition for the specified sort-able item.

sortConditions(sortableItem: RelativeIndex, value: SortCondition): SortCondition

Parameters

Returns SortCondition