Enum CopyPasteOptions
Defines copypaste options.
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
[Flags]
public enum CopyPasteOptions
Fields
Name | Description |
---|---|
All | copy the values,formats,formulas |
ClipboardOnly | Copy and paste the text from clipboard without styles |
Comments | copy the comments only without values and formats |
Formats | copy the formats such as background,foreground,comments,coveredcells without values |
Formulas | copy the formulas and cellvalues without formats |
Transpose | Rotate the row values |
Values | copy the cellvalues only |