IExtJSTreePanelViewDblClickCell Method (String) |
Simulates a double-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 DblClickCell(
string rowName
)
Sub DblClickCell (
rowName As String
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
instance.DblClickCell(rowName)
void DblClickCell(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also