CellDblClick

This event is fired when a cell is double clicked.

CellDblClick CellX as Integer, CellY as Integer, x as Integer,y as Integer

CellX:
The column number that was clicked.

CellY:
The row number that was clicked.

x,y:
The Mouse cordanates of the click (local to the Grid control).