SSReset Function
Applies To
fpSpread DLL control
Description
Clears and resets the control to the default settings.
Syntax
void SSReset(HWND hWnd);
void TSpread::Reset( );
Parameters
This function has the following parameter:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Remarks
This function is applied to the entire workbook, including all sheets in the control.
Calling the SSReset function clears the data and formatting from the control, including removing all sheets except Sheet 1. It also clears the font settings for the cells, rows, and columns; however, it does not clear the font settings for the entire control.
If you want to reset a specific sheet to clear all data from the sheet, call the SSResetSheet function. If you want to clear data from a range of cells, call the SSClearRange function.
See Also
Resetting the Control to its Default Settings
SSClearRange, SSResetSheet functions
ActiveX Correspondence
Reset method