IQtTableWidgetClickCellR Method (String, String) |
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,
string columnName
)
Sub ClickCellR (
rowName As String,
columnName As String
)
Dim instance As IQtTableWidget
Dim rowName As String
Dim columnName As String
instance.ClickCellR(rowName, columnName)
void ClickCellR(
String^ rowName,
String^ columnName
)
Parameters
- rowName
- Type: SystemString
The name of the row. - columnName
- Type: SystemString
The column’s name.
Exceptions See Also