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

Glossary Item Box

PageMultiCntH Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

Sets or returns the number of pages displayed in the horizontal direction.

Syntax

C++

short CSpreadPreview::GetPageMultiCntH( );
void CSpreadPreview::SetPageMultiCntH(short value);

Visual Basic

[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

Customizing the Page View

PageGutterH, PageMultiCntV, PagesPerScreen, PageViewType properties

DLL Correspondence

SpvGetPageMultiCntH, SpvSetPageMultiCntH functions

Copyright © GrapeCity, inc. All rights reserved.