UNPKG

igniteui-angular-spreadsheet

Version:

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

19 lines (18 loc) 343 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum CellBorderType { Left = 0, Top = 1, Right = 2, Bottom = 3, InsideVertical = 4, InsideHorizontal = 5, DiagonalDown = 6, DiagonalUp = 7 } /** * @hidden */ export declare let CellBorderType_$type: Type;