How can i disable some of the menus like cut, paste, Insert new Row/Column in AxOWC11.AxSpreadsheet right click menu, i am using the below code but not getting correct solution from it
void spreadSheet_BeforeContextMenu(object sender,
AxOWC11.ISpreadsheetEventSink_BeforeContextMenuEvent e)
{
//Here i am getting all the menu items but not able to disable it....
//e.menu
}
By using below events my problem solved