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

C# Syntax

public interface IAPOGridCell : ITableCellBase  
Public Properties
 NameDescription
PropertyFormatThe cell formatting.  
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
MethodSelectMenuItemRight-clicks the cell and selects the specified menu item.  
MethodSetValueSets the cell contents to the specified value. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase)
Top