Enum PasteType
Specifies which cell content elements to paste, such as values, formulas, or formatting.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum PasteType
All
All paste type.
ColumnWidths
ColumnWidths paste type.
Formats
Formats paste type.
Formulas
Formulas paste type.
FormulasAndNumberFormats
FormulasAndNumberFormats paste type.
Values
Values paste type.
ValuesAndNumberFormats
ValuesAndNumberFormats paste type.