Enum ClearType
Specifies what content to clear from cells: all data, only formatting, only values, or only hyperlinks.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ClearType
All
Clears all content including values, formatting, and hyperlinks.
Contents
Clears cell values and formulas while preserving formatting and hyperlinks.
Formats
Clears only formatting properties while preserving cell values and hyperlinks.
Hyperlinks
Clears only hyperlinks while preserving cell values and formatting.