Enum
ClearType

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.

Declaration

cs-api-definition
All = 0

Field Value

ClearType

Contents

Clears cell values and formulas while preserving formatting and hyperlinks.

Declaration

cs-api-definition
Contents = 2

Field Value

ClearType

Formats

Clears only formatting properties while preserving cell values and hyperlinks.

Declaration

cs-api-definition
Formats = 1

Field Value

ClearType

Clears only hyperlinks while preserving cell values and formatting.

Declaration

cs-api-definition
Hyperlinks = 3

Field Value

ClearType

In this article
DefinitionFieldsAllContentsFormatsHyperlinks
Not finding the help you need?
Contact Support