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