igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
21 lines (20 loc) • 630 B
TypeScript
import { Base, IEnumerator$1, Type } from "igniteui-angular-core";
import { IntRange } from "./IntRange";
import { Worksheet } from "igniteui-angular-excel";
/**
* @hidden
*/
export declare class ExcelWorkbookSerializationProvider_RepeatingColumnBlockEnumerator extends Base implements IEnumerator$1<IntRange> {
static $t: Type;
private readonly _b;
private readonly _d;
private readonly _e;
private _a;
private _c;
constructor(a: Worksheet, b: number);
get current(): IntRange;
dispose(): void;
get currentObject(): any;
moveNext(): boolean;
reset(): void;
}