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

C# Syntax

public interface ITableRow : HP.LFT.SDK.Web.ITableRow  
Public Properties
 NameDescription
PropertyCellsA list of ITableCell cells in the row.  
PropertyRowIndexThe 0-based index of the row in the table. (Inherited from HP.LFT.SDK.Web.ITableRow)
PropertyRowNumberThe number of the row.  
Top