UNPKG

igniteui-angular-spreadsheet

Version:

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

16 lines (15 loc) 275 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum LoadMathOperation { None = 0, Add = 1, Subtract = 2, Multiply = 3, Divide = 4 } /** * @hidden */ export declare let LoadMathOperation_$type: Type;