UNPKG

igniteui-angular-spreadsheet

Version:

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

15 lines (14 loc) 326 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum SpreadsheetCellExitModeAction { DiscardChanges = 0, UpdateActiveCell = 1, UpdateSelectedCells = 2, CreateArrayFormula = 3 } /** * @hidden */ export declare let SpreadsheetCellExitModeAction_$type: Type;