Interface ITableRow
A single row in a Java Table.
public interface ITableRow : ITableRowBase
- Inherited Members
Methods
GetAllCellValues()
Returns the content of all cells contained in the row.
string[] GetAllCellValues()
Returns
- string[]
A single row in a Java Table.
public interface ITableRow : ITableRowBase
Returns the content of all cells contained in the row.
string[] GetAllCellValues()