igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
9 lines (8 loc) • 530 B
TypeScript
import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { CellRange as CellRange_internal } from './CellRange';
import { IgcCellRange as IgcCellRange } from './igc-cell-range';
export declare class IgcGridSelectedCellRangesCollection extends IgCollection<IgcCellRange, CellRange_internal> {
constructor(list?: IgcCellRange[]);
protected _createInnerColl(): SyncableObservableCollection$2<IgcCellRange, CellRange_internal>;
}