Spread 8.0 Documentation
SSM_EDITMODEON Message
Support Options
DLL Reference > DLL Messages > SSM_EDITMODEON Message

Glossary Item Box

SSM_EDITMODEON Message


Applies To

fpSpread control

Description

Sent to the owner of the fpSpread control when the user starts typing data in a cell.

Parameters

The following parameters are available:

Parameter Description
wParam fpSpread control ID
lParam Pointer to SS_CELLCOORD structure

Remarks

If the wMode parameter for the SSSetOperationMode function is set to SS_OPMODE_ROWMODE, when the user enters edit mode the control sends the SSM_EDITMODEON message, then sends the SSM_ENTERROW message. When the user leaves edit mode, the control sends the SSM_EDITMODEOFF message.

Return Value

None

Copyright © GrapeCity, inc. All rights reserved.