Class CopyPasteOptions
Defines copypaste options.
Inheritance
System.Object
CopyPasteOptions
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class CopyPasteOptions : Enum
Fields
All
copy the values,formats,formulas
Declaration
public const CopyPasteOptions All
Field Value
Type |
---|
CopyPasteOptions |
ClipboardOnly
Copy and paste the text from clipboard without styles
Declaration
public const CopyPasteOptions ClipboardOnly
Field Value
Type |
---|
CopyPasteOptions |
Comments
copy the comments only without values and formats
Declaration
public const CopyPasteOptions Comments
Field Value
Type |
---|
CopyPasteOptions |
Formats
copy the formats such as background,foreground,comments,coveredcells without values
Declaration
public const CopyPasteOptions Formats
Field Value
Type |
---|
CopyPasteOptions |
Formulas
copy the formulas and cellvalues without formats
Declaration
public const CopyPasteOptions Formulas
Field Value
Type |
---|
CopyPasteOptions |
Transpose
Rotate the row values
Declaration
public const CopyPasteOptions Transpose
Field Value
Type |
---|
CopyPasteOptions |
Values
copy the cellvalues only
Declaration
public const CopyPasteOptions Values
Field Value
Type |
---|
CopyPasteOptions |