Table of Contents

Interface ITableRow

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A single row in the ITable Web object.

public interface ITableRow

Properties

Cells

Returns a list of ITableCell objects in the row.

ReadOnlyCollection<ITableCell> Cells { get; }

Property Value

ReadOnlyCollection<ITableCell>

RowIndex

The 0-based index of the row in the table.

uint RowIndex { get; }

Property Value

uint