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

Defined in projects/igniteui-angular/grids/core/src/common/types.ts:92

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

range: string[]

Defined in projects/igniteui-angular/grids/core/src/common/types.ts:94