IExtJSTreePanelViewClickCellR Method (String) |
Simulates a right click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickCellR(
string rowName
)
Sub ClickCellR (
rowName As String
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
instance.ClickCellR(rowName)
void ClickCellR(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also