Spread.Sheets Documentation
getCommandOptions Method
GC.Spread.Sheets.ContextMenu Namespace > MenuView type : getCommandOptions Method
Syntax
var instance = new GC.Spread.Sheets.ContextMenu.MenuView();
var value; // Type: any
value = instance.getCommandOptions(menuItemData, host, event);
function getCommandOptions( 
   menuItemData : GC.Spread.Sheets.ContextMenu.IMenuItemData,
   host : HTMLElement,
   event : Object
) : any;

Parameters

menuItemData
host
event
See Also

Reference

MenuView type