Interface ITableCell
A single cell in an SAPUI5 table.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableCell : ITableCell
Methods
SelectItem(string)
Selects the specified item in the table cell according to its text.
Declaration
void SelectItem(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | the text of the item to select. |
SetText(string)
Sets the contents of the table cell to the specified text value.
Declaration
void SetText(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | the text value to set. |