Class TableDescription
The description of a Web Table test object.
public class TableDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
TableDescription
- Implements
- Derived
- Inherited Members
Constructors
TableDescription()
public TableDescription()
Properties
Border
The number of pixels that are used as border on the table.
public uint? Border { get; set; }
Property Value
- uint?
ColumnHeaders
A collection of column headers.
public string[] ColumnHeaders { get; set; }
Property Value
- string[]
ColumnsCount
The number of columns in the table.
public uint? ColumnsCount { get; set; }
Property Value
- uint?
RowsCount
The number of rows in the table including the header.
public uint? RowsCount { get; set; }
Property Value
- uint?