Interface ITableCell
A single cell in an SAPUI5 table.
public interface ITableCell : ITableCell
- Inherited Members
Methods
SelectItem(string)
Selects the specified item in the table cell according to its text.
void SelectItem(string text)
Parameters
textstringthe text of the item to select.
SetText(string)
Sets the contents of the table cell to the specified text value.
void SetText(string text)
Parameters
textstringthe text value to set.