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

Glossary Item Box

PageMultiCntV Property


See Also    DLL    Example

Applies To

fpSpreadPreview control

Description

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

Syntax

C++

short CSpreadPreview::GetPageMultiCntV( );
void CSpreadPreview::SetPageMultiCntV(short value);

Visual Basic

[form.]fpSpreadPreview.PageMultiCntV[ = value%]

Remarks

The default value for the PageMultiCntV property is 1. The maximum number of vertical 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 vertical spacing between displayed pages using the PageGutterV property. Use the PageMultiCntH property to specify the number of pages displayed in the horizontal 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

PageGutterV, PageMultiCntH, PagesPerScreen, PageViewType properties

DLL Correspondence

SpvGetPageMultiCntV, SpvSetPageMultiCntV functions

Copyright © GrapeCity, inc. All rights reserved.