cellDoubleClick
Type
message
Summary
sent when the mouse button is released at the end of a double-click on the same cell.
Syntax
columnEndResize <pColumnNumber>, <pRowNumber>, <pCellRect>
Description
The cellDoubleClick message is sent to the widget when the mouse button is released at the end of a double-click on the same cell.
Parameters
| Name | Type | Description | 
|---|---|---|
pColumnNumber  | integer  | The number of the column to which the cell that was double clicked belongs.  | 
pRowNumber  | integer  | The number of the row to which the cell on which the double click belongs.  | 
pCellRect  | rectangle  | The rectangle of the cell that was double clicked on.  |