Back to Devexpress

ClipboardPasteFormat Enum

officefileapi-devexpress-dot-xtraspreadsheet-2718198a.md

latest2.0 KB
Original Source

ClipboardPasteFormat Enum

Lists clipboard formats the Spreadsheet control supports.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ClipboardPasteFormat
vb
Public Enum ClipboardPasteFormat

Members

NameDescription
Default

The Spreadsheet detects the appropriate format to paste clipboard data.

| | Biff5 |

Microsoft Excel 5.0/95 binary file format (BIFF5).

| | Biff8 |

Microsoft Excel 97 - 2003 binary file format (BIFF8).

| | Biff12 |

Microsoft Excel 2007 - 2010 binary file format (BIFF12).

| | Csv |

Comma-delimited text.

| | TabDelimited |

Tab-delimited text.

| | DrawingObject |

A drawing object (shape or chart).

| | Metafile |

An image in Windows Metafile Format (WMF) or Windows Enhanced Metafile Format (EMF).

| | Image |

A raster image.

| | ImagesFromFiles |

A list of file paths to inserted images.

|

The following properties accept/return ClipboardPasteFormat values:

LibraryRelated API Members
WPF ControlsSpreadsheetClipboardOptions.PasteFormat
Office File APISpreadsheetClipboardOptions.PasteFormat

Remarks

The ClipboardPasteFormat enumeration values are used by the SpreadsheetClipboardOptions.PasteFormat property.

See Also

DevExpress.XtraSpreadsheet Namespace