Interface ITableRow
A single row in the ITable Web object.
public interface ITableRow
Properties
Cells
Returns a list of ITableCell objects in the row.
ReadOnlyCollection<ITableCell> Cells { get; }
Property Value
RowIndex
The 0-based index of the row in the table.
uint RowIndex { get; }