New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum PasteType

Fields

All paste type.

C#
All = 0

ColumnWidths paste type.

C#
ColumnWidths = 4

Formats paste type.

C#
Formats = 3

Formulas paste type.

C#
Formulas = 1

FormulasAndNumberFormats paste type.

C#
FormulasAndNumberFormats = 5

Values paste type.

C#
Values = 2

ValuesAndNumberFormats paste type.

C#
ValuesAndNumberFormats = 6