Interface ITableRow
A single row in a PowerBuilder Table.
Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRow
Properties
Cells
Returns the collection of ITableCell objects in the row.
Declaration
ReadOnlyCollection<ITableCell> Cells { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<ITableCell> |