igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
19 lines (18 loc) • 334 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare const enum FormatCellsDialogTab {
None = 0,
Number = 1,
Alignment = 2,
Font = 4,
Border = 8,
Fill = 16,
Protection = 32,
All = 63
}
/**
* @hidden
*/
export declare let FormatCellsDialogTab_$type: Type;