ContextMenuArgs
Interface
Provides the arguments for the callback function of a context menu item.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
The item that triggered the action.
The Spreadsheet Range object representing the currently selected cells. Provides methods to apply values, formatting, and styling to the Spreadsheet cells using the original event's data.
Represents the Rectangle object that provides position and dimension information about the active range, useful for custom positioning logic.
The Spreadsheet component instance.