Table of Contents

Class GridBaseDescription

The description of base grid test objects.

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

Constructors

GridBaseDescription()

Declaration
public GridBaseDescription()

Properties

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