GridPattern
UIA Pro is supported as a technical preview.
UIAPro. GridPattern
new GridPattern()
Methods
activateCell(row, column) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
- Type
- Promise.<void>
- Type
- Promise.<void>
- Type
- Promise.<void>
- Type
- Promise.<void>
- Type
- Promise.<number>
- Type
- Promise.<UIAPro.UiObject>
- Type
- Promise.<string>
- Type
- Promise.<string>
- Type
- Promise.<string>
- Type
- Promise.<number>
- Type
- Promise.<void>
- Type
- Promise.<void>
- Type
- Promise.<void>
Returns:
addCellToSelection(row, column) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
addRowToSelection(row) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
Returns:
clickCell(row, column, mouseButton) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
mouseButton | MouseButton | the mouse button to be used for this operation. |
Returns:
columnCount() → {Promise.<number>}
Returns:
getCell(row, column) → {Promise.<UIAPro.UiObject>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
getCellName(row, column) → {Promise.<string>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
getCellText(row, column) → {Promise.<string>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
getCellValue(row, column) → {Promise.<string>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
rowCount() → {Promise.<number>}
Returns:
selectCell(row, column) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
Returns:
selectRow(row) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
Returns:
setCellValue(row, column, value) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
row | number | the 0-based ordinal number of the row of interest. |
column | number | the 0-based ordinal number of the column of interest. |
value | string | the value to set. |
Returns: