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) 293 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum SpreadsheetSelectionContextMenuArea { Column = 0, Row = 1, Cell = 2, TableCell = 7 } /** * @hidden */ export declare let SpreadsheetSelectionContextMenuArea_$type: Type;