VirtualCurTop Property
Applies To
fpSpread control
Description
Returns the current top row of the virtual buffer. This property is available at run time only.
Syntax
C++
long CSpreadSheet::GetVirtualCurTop( );
Visual Basic
[form.]fpSpread.VirtualCurTop
Remarks
This setting is returned for the current sheet setting unless you first set the Sheet property to specify the sheet for which you are returning the property.
The VirtualCurTop property does not have an effect unless the VirtualMode property is set to True.
Use the VirtualMode property to turn virtual mode on or off.
Data Type
Long Integer
See Also
Sheet, VirtualCurRowCount, VirtualMaxRows, VirtualMode, VirtualOverlap, VirtualRows properties