PageMultiCntV Property
Applies To
fpSpreadPreview control
Description
Sets or returns the number of pages displayed in the vertical direction.
Syntax
short CSpreadPreview::GetPageMultiCntV( );
void CSpreadPreview::SetPageMultiCntV(short value);
[form.]fpSpreadPreview.PageMultiCntV[ = value%]
Remarks
The default value for the PageMultiCntV property is 1. The maximum number of vertical pages the control can display is ten.
Note: If you are using virtual mode, the fpSpreadPreview control displays only the number of rows that are in the fpSpread control's virtual buffer. For more information about how to specify the size of the virtual buffer, see Customizing Virtual Mode. |
This property does not have an effect unless the PageViewType property is set to 5 (Multiple Pages).
You can specify the vertical spacing between displayed pages using the PageGutterV property. Use the PageMultiCntH property to specify the number of pages displayed in the horizontal direction. Use the PagesPerScreen property to return the total number of pages displayed at one time.
Data Type
Integer
See Also
PageGutterV, PageMultiCntH, PagesPerScreen, PageViewType properties
DLL Correspondence
SpvGetPageMultiCntV, SpvSetPageMultiCntV functions