📚 SAP Business One SDK Help

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.

Description

Simulates a user click (main mouse button) on the specified cell.

Syntax

Visual Basic
Public Sub Click( _
   ByVal rowIndex As Long, _
   Optional ByVal doubleClick As Boolean = False, _
   Optional ByVal ModifiersMask As Long = 0 _
) 

Parameters

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.

See Also