Table of Contents

Interface ITableRow

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

Inherited Members
ITableRow.RowIndex
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITableRow : ITableRow

Properties

Cells

A list of ITableCell cells in the row.

Declaration
ReadOnlyCollection<ITableCell> Cells { get; }
Property Value
Type Description
ReadOnlyCollection<ITableCell>

RowNumber

The number of the row.

Declaration
uint RowNumber { get; }
Property Value
Type Description
uint