New to Telerik Document ProcessingStart a free 30-day trial

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 all content including values, formatting, and hyperlinks.

C#
All = 0

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
In this article
DefinitionFieldsAllContentsFormatsHyperlinks
Not finding the help you need?
Contact Support