Enum
PasteType

Specifies which cell content elements to paste, such as values, formulas, or formatting.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum PasteType

Fields

All

All paste type.

Declaration

cs-api-definition
All = 0

Field Value

PasteType

ColumnWidths

ColumnWidths paste type.

Declaration

cs-api-definition
ColumnWidths = 4

Field Value

PasteType

Formats

Formats paste type.

Declaration

cs-api-definition
Formats = 3

Field Value

PasteType

Formulas

Formulas paste type.

Declaration

cs-api-definition
Formulas = 1

Field Value

PasteType

FormulasAndNumberFormats

FormulasAndNumberFormats paste type.

Declaration

cs-api-definition
FormulasAndNumberFormats = 5

Field Value

PasteType

Values

Values paste type.

Declaration

cs-api-definition
Values = 2

Field Value

PasteType

ValuesAndNumberFormats

ValuesAndNumberFormats paste type.

Declaration

cs-api-definition
ValuesAndNumberFormats = 6

Field Value

PasteType