DataSave Method
Applies To
fpSpread control
Description
Saves all records in a bound Spread control that have been modified.
Syntax
C++
void CSpreadSheet::DataSave( );
Visual Basic
fpSpread1.DataSave( )
Remarks
When the DataSave method is called, the modified records in the sheet are written back to the database.
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
DInformActiveRowChange, Sheet properties