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

Glossary Item Box

SSM_SHEETCHANGED Message


Example

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

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