IQtTableWidgetDblClickRowIndicatorR Method (String) |
Simulates a double right click on the specified Row header.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickRowIndicatorR(
string rowName
)
Sub DblClickRowIndicatorR (
rowName As String
)
Dim instance As IQtTableWidget
Dim rowName As String
instance.DblClickRowIndicatorR(rowName)
void DblClickRowIndicatorR(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also