| Click Method | |
| See Also |
- rowIndex
The row index
- doubleClick
Indicates a double-click (default is false)
- ModifiersMask
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.
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 _
) |
- rowIndex
The row index
- doubleClick
Indicates a double-click (default is false)
- ModifiersMask
Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.