Reset Method
Applies To
fpSpread control
Description
Clears and resets the control to the default settings.
Syntax
C++
void CSpreadSheet::Reset( );
Visual Basic
fpSpread1.Reset( )
Remarks
Call the Reset method to clear the data and formatting from the control, including cell notes and formulas, and it removes all sheets except Sheet 1. It also clears the font settings.
If you want to reset a specific sheet to clear all data from the sheet, call the ResetSheet method. If you want to clear data from a range of cells, call the ClearRange method.
Return Type
None
See Also
Resetting the Control to its Default Settings
ClearRange, ResetSheet methods
DLL Correspondence
SSReset function