igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
12 lines (11 loc) • 376 B
TypeScript
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
import { CellRange } from "./CellRange";
import { IList$1, Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class GridSelectedCellRangesCollection extends ObservableCollection$1<CellRange> {
static $t: Type;
constructor();
get ae(): IList$1<CellRange>;
}