Class TableDescription
The description of an SAPUI5 Table test object.
public class TableDescription : TableDescription, ICloneable, IDescription
- Inheritance
-
TableDescription
- Implements
- Inherited Members
Constructors
TableDescription()
public TableDescription()
Properties
ColumnHeaders
A collection of semicolon-delimited table 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 not including the header (1-based).
public uint? RowsCount { get; set; }
Property Value
- uint?