Class DesktopGridPattern
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.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopGridPattern : DesktopPatternConstructors
DesktopGridPattern(DesktopElement)
Properties
ColumnCount
Declaration
public int ColumnCount { get; }Property Value
| System.Int32 
 | 
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 
 |