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) 252 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum CellContentType { Default = 0, Text = 1, Date = 2, Number = 3 } /** * @hidden */ export declare let CellContentType_$type: Type;