Class TableDescription
The description of an SAPUI5 Table test object.
Inheritance
TableDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : TableDescription, ICloneable, IDescription
Constructors
TableDescription()
Declaration
public TableDescription()
Properties
ColumnHeaders
A collection of semicolon-delimited table column headers.
Declaration
public string[] ColumnHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ColumnsCount
The number of columns in the table.
Declaration
public uint? ColumnsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
RowsCount
The number of rows in the table not including the header (1-based).
Declaration
public uint? RowsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |