Spread 8.0 Documentation
PageCurrent Property
Support Options
ActiveX Reference > ActiveX Properties > PageCurrent Property

Glossary Item Box

PageCurrent Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the page to display in the control. This property is available at run time only.

Syntax

C++

long CSpreadPreview::GetPageCurrent( );
void CSpreadPreview::SetPageCurrent(long value);

Visual Basic

[form.]fpSpreadPreview.PageCurrent[ = value%]

Remarks

When the displayed page changes from one page to another, the PageChange event occurs.

Data Type

Long Integer

See Also

PageChange event

DLL Correspondence

SpvGetPageCurrent, SpvSetPageCurrent functions

Copyright © GrapeCity, inc. All rights reserved.