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) 285 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum CellDiagonalBorder { None = 0, TopLeftToBottomRight = 1, BottomLeftToTopRight = 2, Both = 3 } /** * @hidden */ export declare let CellDiagonalBorder_$type: Type;