Interface ITableCellBase
The base interface for cells in tables, grids, and APO grids in SAP GUI for Windows applications.
public interface ITableCellBase
Properties
IsEditable
Indicates whether the cell is editable.
bool IsEditable { get; }
Property Value
Value
The content of this cell.
string Value { get; }
Property Value
Methods
SetValue(string)
Sets the cell contents to the specified value.
void SetValue(string value)
Parameters
valuestringThe possible values depend on the type of cell. For example, values may be "ON" or "OFF" for a check box, or limited to the values of a combo box.