ITableCellBase Interface
The base interface for cells in tables, grids, and APO grids in SAP GUI for Windows applications.

C# Syntax

public interface ITableCellBase 
Public Properties
 NameDescription
PropertyIsEditableIndicates whether the cell is editable.  
PropertyValueThe content of this cell.  
Top
Public Methods
 NameDescription
MethodSetValueSets the cell contents to the specified value.  
Top