C# Syntax
public interface IGridCell : ITableCellBase
Name | Description | |
---|---|---|
![]() | IsEditable | Indicates whether the cell is editable. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase) |
![]() | Value | The content of this cell. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase) |
Name | Description | |
---|---|---|
![]() | Click | Emulates a click on the cell. |
![]() | OpenPossibleEntries | Opens the list of possible entries. |
![]() | SetCheckBox | Selects or unselects the checkbox in the grid cell. |
![]() | SetValue | Sets the cell contents to the specified value. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase) |