Interface ITableRow
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
RowNumber
The number of the row.
uint RowNumber { get; }