IExtJSTreePanelViewHoverMouseCell Method (String, String) |
Places the mouse pointer at position (X, Y) in cell-relative coordinates.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void HoverMouseCell(
string rowName,
string columnName
)
Sub HoverMouseCell (
rowName As String,
columnName As String
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
Dim columnName As String
instance.HoverMouseCell(rowName, columnName)
void HoverMouseCell(
String^ rowName,
String^ columnName
)
Parameters
- rowName
- Type: SystemString
The name of the row. - columnName
- Type: SystemString
The column’s name.
Exceptions See Also