Spread 8.0 Documentation
PageGutterV Property
Support Options
ActiveX Reference > ActiveX Properties > PageGutterV Property

Glossary Item Box

PageGutterV Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the vertical space in twips between displayed pages.

Syntax

C++

long CSpreadPreview::GetPageGutterV( );
void CSpreadPreview::SetPageGutterV(long value);

Visual Basic

[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

Changing the Page Gutters

GrayAreaMarginH, GrayAreaMarginV, PageGutterH, PageMultiCntV, PageViewType properties

DLL Correspondence

SpvGetPageGutterV, SpvSetPageGutterV functions

Copyright © GrapeCity, inc. All rights reserved.