Class TableDescription
The description of a Java Table test object.
public class TableDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
TableDescription
- Implements
- Inherited Members
Constructors
TableDescription()
public TableDescription()
Properties
ColumnHeaders
The collection of column headers in the table.
public string[] ColumnHeaders { get; set; }
Property Value
- string[]
ColumnsCount
The number of columns in the table.
public int? ColumnsCount { get; set; }
Property Value
- int?
RowsCount
The number of rows in the table.
public int? RowsCount { get; set; }
Property Value
- int?