EnumClearType
Enum
Specifies what content to clear from cells: all data, only formatting, only values, or only hyperlinks.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public enum ClearType
Fields
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.