Table of Contents

Class TableDescription

The description of a Web Table test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : WebElementDescription, ICloneable, IDescription

Constructors

TableDescription()

Declaration
public TableDescription()

Properties

Border

The number of pixels that are used as border on the table.

Declaration
public uint? Border { get; set; }
Property Value
Type Description
uint?

ColumnHeaders

A collection of 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 including the header.

Declaration
public uint? RowsCount { get; set; }
Property Value
Type Description
uint?

Implements

ICloneable
IDescription