Interface IGridCell
A single grid cell in SAP GUI for Windows application.
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public interface IGridCell : ITableCellBase
Methods
Click()
Emulates a click on the cell.
Declaration
void Click()
OpenPossibleEntries()
Opens the list of possible entries.
Declaration
void OpenPossibleEntries()
SetCheckBox(bool)
Selects or unselects the checkbox in the grid cell.
Declaration
void SetCheckBox(bool state)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | state | True to select. |