Interface ITableCell
A single table cell in SAP GUI for Windows application.
public interface ITableCell : ITableCellBase
- Inherited Members
Properties
Length
The number of characters that can be entered in the cell. -1 if the cell does not have a valid length.
int Length { get; }
Property Value
Methods
Click()
Emulates a click on the cell.
void Click()
OpenPossibleEntries()
Opens the list of possible entries.
void OpenPossibleEntries()