IDevExpressQuantumGridClickCellR Method (Int32, String, String, ShiftKey) |
Simulates a right click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickCellR(
int rowIndex,
string columnName,
string viewName,
ShiftKey shift
)
Sub ClickCellR (
rowIndex As Integer,
columnName As String,
viewName As String,
shift As ShiftKey
)
Dim instance As IDevExpressQuantumGrid
Dim rowIndex As Integer
Dim columnName As String
Dim viewName As String
Dim shift As ShiftKey
instance.ClickCellR(rowIndex, columnName,
viewName, shift)
void ClickCellR(
int rowIndex,
String^ columnName,
String^ viewName,
ShiftKey shift
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row. - columnName
- Type: SystemString
The column’s name. - viewName
- Type: SystemString
The view’s name. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also