IQtTableWidgetClickCell Method (String, Int32, 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(
string rowName,
int columnIndex,
ShiftKey shift
)
Sub ClickCell (
rowName As String,
columnIndex As Integer,
shift As ShiftKey
)
Dim instance As IQtTableWidget
Dim rowName As String
Dim columnIndex As Integer
Dim shift As ShiftKey
instance.ClickCell(rowName, columnIndex,
shift)
void ClickCell(
String^ rowName,
int columnIndex,
ShiftKey shift
)
Parameters
- rowName
- Type: SystemString
The name 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