Constructor
new TableCell()
A single cell in a PowerBuilder Table.
Methods
setValue(value) → {Promise.<void>}
Sets the cell value.
Parameters:
Name | Type | Description |
---|---|---|
value |
string | The 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>