Simulates a user click (main mouse button) on the specified cell.
Simulates a user click (main mouse button) on the specified cell.
| Visual Basic |
|---|
Public Sub Click( _ ByVal rowIndex As Long, _ Optional ByVal doubleClick As Boolean = False, _ Optional ByVal ModifiersMask As Long = 0 _ ) |
The row index
Indicates a double-click (default is false)
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.