SSM_SHEETCHANGED Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user changes sheets by clicking a sheet tab.
Parameters
The following parameters are available:
Parameter | Description | |
---|---|---|
wParam | fpSpread control ID | |
lParam | Low Word | Sheet number of the previously active sheet |
High Word | Sheet number of the new active sheet |
Remarks
The message is sent after the user changes the active sheet by clicking a sheet tab. The SSM_SHEETCHANGING message is sent before the active sheet changes after the user clicks a sheet tab. Use the Return Value in the SSM_SHEETCHANGING message to cancel the change of the active tab if you want to do so.
Return Value
None
See Also
SSM_SHEETCHANGING message