Spread 8.0 Documentation
DataSave Method
Support Options
ActiveX Reference > ActiveX Methods > DataSave Method

Glossary Item Box

DataSave Method


See Also

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.