IGridViewClickCellR Method (Int32, String, ShiftKey) |
Simulates a right click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickCellR(
int rowIndex,
string columnName,
ShiftKey shift
)
Sub ClickCellR (
rowIndex As Integer,
columnName As String,
shift As ShiftKey
)
Dim instance As IGridView
Dim rowIndex As Integer
Dim columnName As String
Dim shift As ShiftKey
instance.ClickCellR(rowIndex, columnName,
shift)
void ClickCellR(
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