ScrollIncV Property
Applies To
fpSpreadPreview control
Description
Sets or returns the vertical distance the control scrolls when the user scrolls through the displayed pages.
Syntax
C++
long CSpreadPreview::GetScrollIncV( );
void CSpreadPreview::SetScrollIncV(long value);
Visual Basic
[form.]fpSpreadPreview.ScrollIncV[ = value%]
Remarks
The default value of the ScrollIncV property is 360 twips. The measurement unit for the ScrollIncV property is twips.
The ScrollIncV property does not have an effect unless the ScrollBarV property is set to 0 (Show) or 1 (Auto).
To specify the horizontal distance the control scrolls, use the ScrollIncH property.
Data Type
Integer
See Also
ScrollBarV, ScrollIncH properties
DLL Correspondence
SpvGetScrollIncV, SpvSetScrollIncV functions