Package com.hp.lft.sdk.uiapro
Interface GridItemPattern
public interface GridItemPattern
The methods and properties used to interact with items in a grid.
- 
Method SummaryModifier and TypeMethodDescriptionintintintint
- 
Method Details- 
getRowIndex- Returns:
- The zero-based index of the row that contains the grid item.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getColumnIndex- Returns:
- The zero-based index of the column that contains the grid item.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getSpannedRows- Returns:
- The number of rows spanned by a cell or item.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getSpannedColumns- Returns:
- The number of columns spanned by a cell or item.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
getContainingGrid- Returns:
- An UI Automation object that supports IGridPattern and represents the container of the cell or item.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
 
-