Class
DesktopTablePattern

Represents table pattern.

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DesktopTablePattern : DesktopPattern

Inheritance: objectDesktopPatternDesktopTablePattern

Inherited Members DesktopPattern.elementDesktopPattern.EnumNativeArray(IUIAutomationElementArray)DesktopPattern.GetNativePattern<T>(int)

Constructors

DesktopTablePattern(DesktopElement)

Create new instance of DesktopTablePattern class.

Declaration

cs-api-definition
public DesktopTablePattern(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Properties

RowOrColumnMajor

Get row or column major.

Declaration

cs-api-definition
public RowOrColumnMajor RowOrColumnMajor { get; }

Property Value

RowOrColumnMajor

Methods

GetColumnHeaders()

Get column header elements.

Declaration

cs-api-definition
public DesktopElement[] GetColumnHeaders()

Returns

DesktopElement[]

Array of DesktopElement.

GetRowHeaders()

Get row header elements.

Declaration

cs-api-definition
public DesktopElement[] GetRowHeaders()

Returns

DesktopElement[]

Array of DesktopElement.

GetTextOfColumnHeaders()

Get text representation of column headers.

Declaration

cs-api-definition
public string GetTextOfColumnHeaders()

Returns

string

Column headers as text.

GetTextOfRowHeaders()

Get text representation of row headers.

Declaration

cs-api-definition
public string GetTextOfRowHeaders()

Returns

string

Row headers as text.