PageGutterV Property
Applies To
fpSpreadPreview control
Description
Sets or returns the vertical space in twips between displayed pages.
Syntax
long CSpreadPreview::GetPageGutterV( );
void CSpreadPreview::SetPageGutterV(long value);
[form.]fpSpreadPreview.PageGutterV[ = value%]
Remarks
The default value for the PageGutterV property is –1. When the PageGutterV 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 vertical direction (specified by the PageMultiCntV property).
This property does not have an effect unless the PageViewType property is set to 5 (Multiple Pages), and the PageMultiCntV property is set to a value greater than 1.
Use the PageGutterH property to set the horizontal 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, PageGutterH, PageMultiCntV, PageViewType properties
DLL Correspondence
SpvGetPageGutterV, SpvSetPageGutterV functions