Spread 8.0 Documentation
DblClick Event
Support Options
ActiveX Reference > ActiveX Events > DblClick Event

Glossary Item Box

DblClick Event


See Also

Applies To

fpSpread control

Description

Occurs when the user double-clicks the left mouse button while the pointer is in a cell.

Syntax

C++

afx_msg void OnDblClickfpSpread(UINT, int, CWnd*, LPVOID);

Visual Basic

Sub fpSpread_DblClick(ByVal Col As Long, ByVal Row As Long)

Parameters

The following parameters are available:

Parameter Description
Col Column number of cell the user double-clicked
Row Row number of cell the user double-clicked

Remarks

The DblClick event does not occur if the cell is already in edit mode when the user double-clicks or if the EditModePermanent property is set to True.

Use the SheetSendingEvent property if you want to return the sheet for which this event occured.

See Also

EditModePermanent, SheetSendingEvent properties

Click, RightClick events

Copyright © GrapeCity, inc. All rights reserved.