Skip to main content
All docs
V25.1
  • ClipboardPasteFormat Enum

    Lists clipboard formats the Spreadsheet control supports.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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