Interface ITableRowBase
A single row in a Java Table.
public interface ITableRowBase
Properties
Cells
Returns the collection of ITableCell objects in the row.
ReadOnlyCollection<ITableCell> Cells { get; }
A single row in a Java Table.
public interface ITableRowBase
Returns the collection of ITableCell objects in the row.
ReadOnlyCollection<ITableCell> Cells { get; }