IQtTableWidgetClickCell Method (Int32, String, ShiftKey) |
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(
int rowIndex,
string columnName,
ShiftKey shift
)
Sub ClickCell (
rowIndex As Integer,
columnName As String,
shift As ShiftKey
)
Dim instance As IQtTableWidget
Dim rowIndex As Integer
Dim columnName As String
Dim shift As ShiftKey
instance.ClickCell(rowIndex, columnName,
shift)
void ClickCell(
int rowIndex,
String^ columnName,
ShiftKey shift
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index 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