Enum PasteOptions
Defines copypaste options for SfSpreadsheet.
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public enum PasteOptions
Fields
| Name | Description |
|---|---|
| Format | Copies only the formatting alone without any values |
| Formula | Copies the Formula alone without any formatting |
| FormulaFormat | Copies the formulas along with its formats |
| Paste | Copies the values,formats,formulas..etc., |
| Value | Copies the values alone without any formatting |
| ValueFormat | Copies the values along with its formats |