IColumnSelectionState

Represents the state of the columns in the grid.

Represents the field name of the selected column, if any. Can be null if no column is selected.

field: string | null

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:567

An array of strings representing the ranges of selected columns in the grid.

range: string[]

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:569