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

Glossary Item Box

ScrollIncH Property


See Also    DLL

Applies To

fpSpreadPreview control

Description

Sets or returns the horizontal distance the control scrolls when the user scrolls through the displayed pages.

Syntax

C++

long CSpreadPreview::GetScrollIncH( );
void CSpreadPreview::SetScrollIncH(long value);

Visual Basic

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

Remarks

The default value of the ScrollIncH property is 360 twips. The measurement unit for the ScrollIncH property is twips.

The ScrollIncH property does not have an effect unless the ScrollBarH property is set to 0 (Show) or 1 (Auto).

To specify the vertical distance the control scrolls, use the ScrollIncV property.

Data Type

Integer

See Also

Displaying Scroll Bars

ScrollBarH, ScrollIncV properties

DLL Correspondence

SpvGetScrollIncH, SpvSetScrollIncH functions

Copyright © GrapeCity, inc. All rights reserved.