DataRefresh Method
Applies To
fpSpread control
Description
Refreshes the data in the control by reloading it from the data source.
Syntax
C++
void CSpreadSheet::DataRefresh( );
Visual Basic
fpSpread1.DataRefresh( )
Remarks
When the DataRefresh method is called, the control reloads the data from the data source. This method does not reload the headers.
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 property