ITableRow Interface
A single row in the ITable Web object.

C# Syntax

public interface ITableRow 
Public Properties
 NameDescription
PropertyCellsReturns a list of ITableCell objects in the row.  
PropertyRowIndexThe 0-based index of the row in the table.  
Top