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