SelectMenuItemById Method (IGrid)
Selects the specified menu item from a context menu.
Remarks
A context menu is opened by right-clicking the grid. Use ITableBase.SelectColumn , TableBase.SelectRow, or ITableBase.SelectCell to open the context menu before invoking this method.

C# Syntax

void SelectMenuItemById( 
   string menuItemId
)

Parameters

menuItemId
The SAP ID for the menu item.