public interface IUIAutomationGridPattern
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
int |
cachedColumnCount()
Getter method for the COM property "CachedColumnCount"
|
int |
cachedRowCount()
Getter method for the COM property "CachedRowCount"
|
int |
currentColumnCount()
Getter method for the COM property "CurrentColumnCount"
|
int |
currentRowCount()
Getter method for the COM property "CurrentRowCount"
|
IUIAutomationElement |
getItem(int row,
int column) |
IUIAutomationElement getItem(int row, int column)
row - Mandatory int parameter.column - Mandatory int parameter.int currentRowCount()
Getter method for the COM property "CurrentRowCount"
int currentColumnCount()
Getter method for the COM property "CurrentColumnCount"
int cachedRowCount()
Getter method for the COM property "CachedRowCount"
int cachedColumnCount()
Getter method for the COM property "CachedColumnCount"
Copyright © 2016. All rights reserved.