UNPKG

igniteui-angular-spreadsheet

Version:

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

14 lines (13 loc) 263 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum SpreadsheetOperationResult { Error = 0, Cancelled = 1, Success = 2 } /** * @hidden */ export declare let SpreadsheetOperationResult_$type: Type;