igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
60 lines (59 loc) • 1.34 kB
TypeScript
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare const enum SpreadsheetTransactionOperation {
EditCell = 0,
ClearCellContents = 1,
ResizeRow = 2,
ResizeColumn = 3,
MergeCells = 4,
Zoom = 5,
Bold = 6,
Italic = 7,
Strikethrough = 8,
WrapText = 9,
FormatCells = 10,
FontSize = 11,
JustifyAlignment = 12,
LeftAlignment = 13,
RightAlignment = 14,
CenterAlignment = 15,
TopAlignment = 16,
BottomAlignment = 17,
MiddleAlignment = 18,
Font = 19,
Underline = 20,
Borders = 21,
del = 22,
InsertCells = 23,
InsertRows = 24,
InsertColumns = 25,
Paste = 26,
Cut = 27,
ClearCellFormats = 28,
RemoveHyperlinks = 29,
ClearHyperlinks = 30,
Hyperlink = 31,
ToggleTotalRow = 32,
ConvertTableToRange = 33,
Sort = 34,
InsertTableColumns = 35,
AddTableColumn = 36,
InsertTableRows = 37,
AddTableRow = 38,
DeleteTableColumn = 39,
DeleteTableRow = 40,
AutoFilterOff = 41,
AutoFilterOn = 42,
Filter = 43,
ShowAll = 44,
Reapply = 45,
TableAutoExpansion = 46,
ChangeTotalRowFormula = 47,
Entry = 48
}
/**
* @hidden
*/
export declare let SpreadsheetTransactionOperation_$type: Type;