VirtualRefresh Method
Applies To
fpSpread control
Description
Refreshes the virtual mode buffer by discarding the current set of rows and reloading them.
Syntax
C++
void CSpreadSheet::VirtualRefresh( );
Visual Basic
fpSpread1.VirtualRefresh( )
Remarks
Use this method to refresh the data in the rows that are currently displayed.
This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.
Return Type
None
See Also
Sheet, VirtualCurRowCount, VirtualMaxRows, VirtualMode, VirtualOverlap, VirtualRows properties
VirtualClearData event
DLL Correspondence
SSVRefreshBuffer function