Occurs when the user double-clicks anywhere in a cell.
Public Event CellDoubleClick As CellEventHandler
Grid Object
The following parameters are available:
| Parameter | Description |
| Row | Gets a value indicating the row index of the cell that the event occurs for. |
| Col | Gets a value indicating the column index of the cell that the event occurs for. |