C# Syntax
public interface ITableCell : ITableCellBase
Name | Description | |
---|---|---|
IsEditable | Indicates whether the cell is editable. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase) | |
Length | The number of characters that can be entered in the cell. -1 if the cell does not have a valid length. | |
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. | |
SetValue | Sets the cell contents to the specified value. (Inherited from HP.LFT.SDK.SAP.GUI.ITableCellBase) |