IQtTableWidgetClickCellR Method (String, Int32) |
Simulates a right click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickCellR(
string rowName,
int columnIndex
)
Sub ClickCellR (
rowName As String,
columnIndex As Integer
)
Dim instance As IQtTableWidget
Dim rowName As String
Dim columnIndex As Integer
instance.ClickCellR(rowName, columnIndex)
void ClickCellR(
String^ rowName,
int columnIndex
)
Parameters
- rowName
- Type: SystemString
The name of the row. - columnIndex
- Type: SystemInt32
The zero-based index of the column.
Exceptions See Also