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