OnEditCell
This event is fired when a Cell is suposed to go in edit mode. To put a cell in editmode a custom made DirectEditing support class is needed.
OnEditCell x as Integer,y as Integer, cellLeft as Integer, cellTop as Integer,
cellWidth as Integer, cellHeight as Integer,
xCord as Integer,yCord as Integer
x:
The column that is suposed to go in edit mode.
y:
The row that is suposed to go in edit mode.
cellLeft:
The Left position of the cell.
cellTop:
The top position of the cell.
cellWidth:
The cell width.
cellHeight:
The cell height.
xCord:
Absolute position of the mouse (x).
(if x and y = -1 then the Cell was manually put in editmode.)
yCord:
Absolute position of the mouse (y).
(if x and y = -1 then the Cell was manually put in editmode.)