Interface IGridCell
A single grid cell in SAP GUI for Windows application.
public interface IGridCell : ITableCellBase
- Inherited Members
Methods
Click()
Emulates a click on the cell.
void Click()
OpenPossibleEntries()
Opens the list of possible entries.
void OpenPossibleEntries()
SetCheckBox(bool)
Selects or unselects the checkbox in the grid cell.
void SetCheckBox(bool state)
Parameters
stateboolTrue to select.