TableCell

PowerBuilder. TableCell

TableCell

Constructor

new TableCell()

A single cell in a PowerBuilder Table.

Methods

setValue(value) → {Promise.<void>}

Sets the cell value.
Parameters:
NameTypeDescription
valuestringThe value to set.
Returns:
a promise that is fulfilled when the setValue operation ends.
Type
Promise.<void>

value() → {Promise.<string>}

The content of this cell.
Returns:
a promise that is fulfilled with the content of this cell.
Type
Promise.<string>