igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
19 lines (18 loc) • 672 B
TypeScript
import { LazyReadOnlyNotifyCollection$1 } from "./LazyReadOnlyNotifyCollection$1";
import { IntRange } from "./IntRange";
import { IList$1, Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class AdapterIntRangeSet$1<TSource> extends LazyReadOnlyNotifyCollection$1<IntRange> {
static $t: Type;
protected $tSource: Type;
private _p;
private _s;
private _r;
private _q;
constructor($tSource: Type, a: IList$1<TSource>, b: (arg1: TSource) => IntRange, c: (arg1: TSource) => boolean, d: (arg1: number, arg2: number) => boolean);
protected _o(a: IList$1<IntRange>): void;
_t(): void;
private _u;
}