New to Kendo UI for Angular? Start a free 30-day trial
SpreadsheetContextMenuAction
Updated on Apr 2, 2026
Defines the possible values for the type property of a context menu item.
type SpreadsheetContextMenuAction = "copy" | "paste" | "cut" | "mergeAll" | "mergeHorizontally" | "mergeVertically" | "unmerge" | "insertLink" | "separator" | "addRowAbove" | "addRowBelow" | "deleteRow" | "hideRow" | "unhideRow" | "addColumnLeft" | "addColumnRight" | "deleteColumn" | "hideColumn" | "unhideColumn" | "custom";