ag-grid-enterprise
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
5 lines (4 loc) • 333 B
TypeScript
import type { BeanCollection, CellRange, CellRangeParams } from 'ag-grid-community';
export declare function getCellRanges(beans: BeanCollection): CellRange[] | null;
export declare function addCellRange(beans: BeanCollection, params: CellRangeParams): void;
export declare function clearRangeSelection(beans: BeanCollection): void;