ScrollIncH Property
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
ScrollBarH, ScrollIncV properties
DLL Correspondence
SpvGetScrollIncH, SpvSetScrollIncH functions