Class TableDescription
The description of a Java Table test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
TableDescription()
Declaration
public TableDescription()
Properties
ColumnHeaders
The collection of column headers in the table.
Declaration
public string[] ColumnHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ColumnsCount
The number of columns in the table.
Declaration
public int? ColumnsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RowsCount
The number of rows in the table.
Declaration
public int? RowsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |