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) 270 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum SortContext { Selection = 0, WorksheetSortSettings = 1, FilterRegion = 2, Table = 3 } /** * @hidden */ export declare let SortContext_$type: Type;