Table of Contents

Interface IGridCell

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

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

state bool

True to select.