PageCurrent Property
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