Spread 8.0 Documentation
PageChange Event
Support Options
ActiveX Reference > ActiveX Events > PageChange Event

Glossary Item Box

PageChange Event


See Also    Example

Applies To

fpSpreadPreview control

Description

Occurs when the control displays a different page.

Syntax

C++

afx_msg void OnPageChangefpSpreadPreview(UINT, int, CWnd*, LPVOID);

Visual Basic

Sub fpSpreadPreview_PageChange(ByVal Page As Long)

Parameter

The following parameter is available:

Parameter Description
Page Current displayed page

See Also

PageCurrent property

Copyright © GrapeCity, inc. All rights reserved.