Interface ITableRow
A single row in the ITable Web object.
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRow
Properties
Cells
Returns a list of ITableCell objects in the row.
Declaration
ReadOnlyCollection<ITableCell> Cells { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<ITableCell> |
RowIndex
The 0-based index of the row in the table.
Declaration
uint RowIndex { get; }
Property Value
| Type | Description |
|---|---|
| uint |