PageGutterH Property
Applies To
fpSpreadPreview control
Description
Sets or returns the horizontal space in twips between displayed pages.
Syntax
long CSpreadPreview::GetPageGutterH( );
void CSpreadPreview::SetPageGutterH(long value);
[form.]fpSpreadPreview.PageGutterH[ = value%]
Remarks
The default value for the PageGutterH property is –1. When the PageGutterH property is set to –1, the fpSpreadPreview control chooses a value based on the size of the control and the number of pages displayed in the horizontal direction (specified by the PageMultiCntH property).
This property does not have an effect unless the PageViewType property is set to 5 (Multiple Pages), and the PageMultiCntH property is set to a value greater than 1.
Use the PageGutterV property to set the vertical space between displayed pages. Use the GrayAreaMarginH and GrayAreaMarginV properties to set the horizontal and vertical spacing between the displayed pages and the edge of the control.
Data Type
Integer
See Also
GrayAreaMarginH, GrayAreaMarginV, PageGutterV, PageMultiCntH, PageViewType properties
DLL Correspondence
SpvGetPageGutterH, SpvSetPageGutterH functions