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

Glossary Item Box

EditChange Event


See Also

Applies To

fpSpread control

Description

Occurs when a cell is in edit mode and the text changes in the cell.

Syntax

C++

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

Visual Basic

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

Parameter

The following parameters are available:

Parameter Description
Col Column number of cell where change occurs
Row Row number of cell where change occurs

Remarks

When the user types data in a cell or double-clicks a cell in the sheet, the cell enters edit mode.

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

See Also

EditError, EditMode events

EditEnterAction, EditMode, EditModePermanent, EditModeReplace, SheetSendingEvent properties

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.