IGridView.ClickCellR 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)
Syntaxvoid 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: System.Int32
The zero-based index of the row. - columnName
- Type: System.String
The column’s name. - shift
- Type: SmartBear.TestLeft.TestObjects.ShiftKey
The button that is pressed when a click is performed.
Exceptions
See Also