Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ClipboardPasteFormat Enum

Lists clipboard formats the Spreadsheet control supports.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum ClipboardPasteFormat

#Members

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.

#Related API Members

The following properties accept/return ClipboardPasteFormat values:

Library Related API Members
WPF Controls SpreadsheetClipboardOptions.PasteFormat
Office File API SpreadsheetClipboardOptions.PasteFormat

#Remarks

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

See Also