IQtTableWidgetDblClickCell Method (Int32, Int32, ShiftKey) |
Simulates a double-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 DblClickCell(
int rowIndex,
int columnIndex,
ShiftKey shift
)
Sub DblClickCell (
rowIndex As Integer,
columnIndex As Integer,
shift As ShiftKey
)
Dim instance As IQtTableWidget
Dim rowIndex As Integer
Dim columnIndex As Integer
Dim shift As ShiftKey
instance.DblClickCell(rowIndex, columnIndex,
shift)
void DblClickCell(
int rowIndex,
int columnIndex,
ShiftKey shift
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row. - columnIndex
- Type: SystemInt32
The zero-based index of the column. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also