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