IQtTableWidgetClickRowIndicatorR Method (String) |
Simulates a 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 ClickRowIndicatorR(
string rowName
)
Sub ClickRowIndicatorR (
rowName As String
)
Dim instance As IQtTableWidget
Dim rowName As String
instance.ClickRowIndicatorR(rowName)
void ClickRowIndicatorR(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also