ClearType
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:
C#
public enum ClearType
Fields
Clears cell values and formulas while preserving formatting and hyperlinks.
C#
Contents = 2
Clears only formatting properties while preserving cell values and hyperlinks.
C#
Formats = 1
Clears only hyperlinks while preserving cell values and formatting.
C#
Hyperlinks = 3