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