Enum PasteOptions
Defines copypaste options for Spreadsheet.
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.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 |