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