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

Glossary Item Box

SSM_ENTERROW Message


Applies To

fpSpread control

Description

Sent to the owner of the fpSpread control each time the user begins editing a row.

Parameters

The following parameters are available:

Parameter Description
wParam fpSpread control ID
lParam Pointer to the SS_ENTERROW structure informing the application of the current row and whether the row should be treated as a new row

Remarks

This message is sent only if the sheet is in row mode as specified by the SSSetOperationMode function.

When the user begins editing a row, the user enters edit mode and the control first 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

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