TdxSpreadSheetDefaultCellStyle.Reset Method
Restores the initial state of the default cell style settings.
Declaration
procedure Reset;
Remarks
If the cell style applied to uninitialized cells was customized at runtime, you can restore the style state on initialization of the Spreadsheet or Report Designer control by calling the Reset procedure. Note that all changes applied to the default cell style at design time (such as skins and styles) will remain in effect after calling this procedure.
See Also