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