Defined in: features/cell-selection/cellSelectionFeature.types.ts:46
A range resolved into inclusive display-order indexes.
Ranges whose corners no longer resolve are omitted rather than clamped, so a range with a filtered-out corner contributes nothing while remaining in state.
maxColumnIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:47
maxRowIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:48
minColumnIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:49
minRowIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:50