PageMultiCntH Property
Applies To
fpSpreadPreview control
Description
Sets or returns the number of pages displayed in the horizontal direction.
Syntax
short CSpreadPreview::GetPageMultiCntH( );
void CSpreadPreview::SetPageMultiCntH(short value);
[form.]fpSpreadPreview.PageMultiCntH[ = value%]
Remarks
The default value for the PageMultiCntH property is 1. The maximum number of horizontal 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 horizontal spacing between displayed pages using the PageGutterH property. Use the PageMultiCntV property to specify the number of pages displayed in the vertical direction. Use the PagesPerScreen property to return the total number of pages displayed at one time.
Data Type
Integer
See Also
PageGutterH, PageMultiCntV, PagesPerScreen, PageViewType properties
DLL Correspondence
SpvGetPageMultiCntH, SpvSetPageMultiCntH functions