IGridCell Interface
A single grid cell in SAP GUI for Windows application.

C# Syntax

public interface IGridCell : ITableCellBase  
Public Properties
 NameDescription
PropertyIsEditableIndicates whether the cell is editable. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase)
PropertyValueThe content of this cell. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase)
Top
Public Methods
 NameDescription
MethodClickEmulates a click on the cell.  
MethodOpenPossibleEntriesOpens the list of possible entries.  
MethodSetCheckBoxSelects or unselects the checkbox in the grid cell.  
MethodSetValueSets the cell contents to the specified value. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase)
Top