Defined in: features/cell-selection/cellSelectionFeature.types.ts:53
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:54
maxRowIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:55
minColumnIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:56
minRowIndex: number;Defined in: features/cell-selection/cellSelectionFeature.types.ts:57