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

Glossary Item Box

PageGutterH Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

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

Syntax

C++

long CSpreadPreview::GetPageGutterH( );
void CSpreadPreview::SetPageGutterH(long value);

Visual Basic

[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

Changing the Page Gutters

GrayAreaMarginH, GrayAreaMarginV, PageGutterV, PageMultiCntH, PageViewType properties

DLL Correspondence

SpvGetPageGutterH, SpvSetPageGutterH functions

Copyright © GrapeCity, inc. All rights reserved.