Spread ASP.NET 6.0 Product Documentation
Resetting Parts of the Interface
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Developer's Guide > Customizing the Appearance > Customizing the Appearance of the Overall Component > Resetting Parts of the Interface

Glossary Item Box

You can reset various settings on various parts of the Spread component interface back to default or original values. You can also clear parts of the data area of various items, both data and formatting.

The ways in which parts of the component can be reset include:

Reset the settings for cells, rows, or columns using the individual reset methods for each setting in the Cell or Row or Column or StyleInfo class.

Reset all the named style properties to their default values using the NamedStyle class Reset method. There are also individual reset methods for each of the settings in a style.

Resetting the component or a sheet to its default settings returns the component or the sheet to its initial state prior to any design-time or run-time changes. It clears data, resets colors, and returns cells to the default cell type. Resetting the component resets everything in the component to the state when the component is first drawn on the form.

Resetting the component or a sheet clears the data in the sheet(s) as well as the formatting. If you provide a way for users to reset their sheet(s), be sure to have them confirm the action before resetting the sheet(s).

Return to the component appearance overview at Customizing the Appearance of the Overall Component.

© 2002-2012 GrapeCity, Inc. All Rights Reserved.