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

Glossary Item Box

VirtualCurRowCount Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Returns the number of rows in the virtual buffer. This property is available at run time only.

Syntax

C++

long CSpreadSheet::GetVirtualCurRowCount( );

Visual Basic

[form.]fpSpread.VirtualCurRowCount

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 VirtualCurRowCount 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, VirtualCurTop, VirtualMaxRows, VirtualMode, VirtualOverlap, VirtualRows properties

DLL Correspondence

SSVGetPhysBufferSize function

Copyright © GrapeCity, inc. All rights reserved.