SSVRefreshBuffer Function
Applies To
fpSpread DLL control
Description
Forces the sheet to re-request the data currently in the virtual buffer.
Syntax
C
BOOL SSVRefreshBuffer(HWND hWnd);
C++
BOOL TSpread::VRefreshBuffer( );
Parameters
This function has the following parameter:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Remarks
This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.
When the sheet re-requests the data, it discards the current data and sends an SSM_VQUERYDATA message to request the same rows.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSSetSheet function
ActiveX Correspondence
VirtualRefresh method