Interface IAPOGridCell
A single grid cell in SAP GUI for Windows application.
public interface IAPOGridCell : ITableCellBase
- Inherited Members
Properties
Format
The cell formatting.
string Format { get; }
Property Value
Methods
SelectMenuItem(string)
Right-clicks the cell and selects the specified menu item.
void SelectMenuItem(string menuItem)
Parameters
menuItemstringThe name of the menu item.