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