officefileapi-devexpress-dot-xtraspreadsheet-2718198a.md
Lists clipboard formats the Spreadsheet control supports.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ClipboardPasteFormat
Public Enum ClipboardPasteFormat
| Name | Description |
|---|---|
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:
| Library | Related API Members |
|---|---|
| WPF Controls | SpreadsheetClipboardOptions.PasteFormat |
| Office File API | SpreadsheetClipboardOptions.PasteFormat |
The ClipboardPasteFormat enumeration values are used by the SpreadsheetClipboardOptions.PasteFormat property.
See Also