Interface ITableCell
A single cell in a PowerBuilder Table.
Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableCell
Properties
Value
The content of this cell.
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
SetValue(string)
Sets the cell value.
Declaration
void SetValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value. |