IQtTableWidgetClickCellR Method (String, String, ShiftKey) |
Simulates a right 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 ClickCellR(
string rowName,
string columnName,
ShiftKey shift
)
Sub ClickCellR (
rowName As String,
columnName As String,
shift As ShiftKey
)
Dim instance As IQtTableWidget
Dim rowName As String
Dim columnName As String
Dim shift As ShiftKey
instance.ClickCellR(rowName, columnName,
shift)
void ClickCellR(
String^ rowName,
String^ columnName,
ShiftKey shift
)
Parameters
- rowName
- Type: SystemString
The name of the row. - columnName
- Type: SystemString
The column’s name. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also