Class DesktopGrid
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopGrid : DesktopControl
Constructors
DesktopGrid()
Declaration
public DesktopGrid()
Properties
CanSelectMultiple
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.Boolean
|
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
IsSelectionRequired
Declaration
public bool IsSelectionRequired { get; }
Property Value
System.Boolean
|
RowCount
Declaration
public int RowCount { get; }
Property Value
System.Int32
|
Methods
GetCellElement(Int32, Int32)
Declaration
public DesktopElement GetCellElement(int row, int column)
Parameters
System.Int32
row
|
System.Int32
column
|
Returns
DesktopElement
|
GetColumnHeaders()
GetItems()
GetRowHeaders()
GetSelectedItem()
GetSelectedItems()
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|