Table of Contents

Interface ITableCell

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

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

text string

the 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

text string

the text value to set.