Table of Contents

Interface ITableRow

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

A single row in an SAPUI5 table including access to its cells.

public interface ITableRow : ITableRow
Inherited Members

Properties

Cells

A list of ITableCell cells in the row.

ReadOnlyCollection<ITableCell> Cells { get; }

Property Value

ReadOnlyCollection<ITableCell>

RowNumber

The number of the row.

uint RowNumber { get; }

Property Value

uint