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

Glossary Item Box

SSM_EDITMODEOFF Message


Applies To

fpSpread control

Description

Sent to the owner of the fpSpread control when edit mode is turned off.

Parameters

The following parameters are available:

Parameter Description
wParam fpSpread control ID
lParam Pointer to the SS_EDITMODEOFF structure
(The Col and Row members contain the column and row numbers of the cell in which edit mode is turned off. The fChangeMade member is True if the cell has changed.)

Remarks

Edit mode is turned off when the user finishes editing a cell and presses either the Enter key or an arrow key.

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.