UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

21 lines (20 loc) 638 B
import { Base, IEnumerator$1, Type } from "igniteui-angular-core"; import { IntRange } from "./IntRange"; import { List$1 } from "igniteui-angular-core"; /** * @hidden */ export declare class ExcelWorkbookSerializationProvider_RepeatingBlockEnumerator extends Base implements IEnumerator$1<IntRange> { static $t: Type; private readonly _b; private readonly _d; private readonly _e; private _a; private _c; constructor(a: List$1<IntRange>, b: number, c: number); get current(): IntRange; dispose(): void; get currentObject(): any; moveNext(): boolean; reset(): void; }