XlClipboardFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of an item on the Windows clipboard.
public enum class XlClipboardFormat
public enum XlClipboardFormat
Public Enum XlClipboardFormat
- Inheritance
-
XlClipboardFormat
Fields
Name | Value | Description |
---|---|---|
xlClipboardFormatText | 0 | Null-terminated string containing a carriage return and line feed at the end of each line. |
xlClipboardFormatVALU | 1 | VALU. |
xlClipboardFormatPICT | 2 | Metafile picture structure (.wmf). |
xlClipboardFormatPrintPICT | 3 | Metafile picture structure for printing. |
xlClipboardFormatDIF | 4 | VisiCalc Data Interchange Format. |
xlClipboardFormatCSV | 5 | Comma-separated values. |
xlClipboardFormatSYLK | 6 | Microsoft symbolic link (SYLK) format. |
xlClipboardFormatRTF | 7 | Rich Text Format. |
xlClipboardFormatBIFF | 8 | Binary Interchange file format for Excel version 2.x. |
xlClipboardFormatBitmap | 9 | Windows version 2.0-compatible bitmap. |
xlClipboardFormatWK1 | 10 | Lotus 1-2-3 Release 2.01 and Release 2.2. |
xlClipboardFormatLink | 11 | Link. |
xlClipboardFormatDspText | 12 | OEM text. |
xlClipboardFormatCGM | 13 | Computer Graphics Metafile. |
xlClipboardFormatNative | 14 | Native format. |
xlClipboardFormatBinary | 15 | Binary. |
xlClipboardFormatTable | 16 | Excel fast table format. |
xlClipboardFormatOwnerLink | 17 | Link to owner. |
xlClipboardFormatBIFF2 | 18 | Binary Interchange file format for Excel version 2.x. |
xlClipboardFormatObjectLink | 19 | Link to object. |
xlClipboardFormatBIFF3 | 20 | Binary Interchange file format for Excel version 3.x. |
xlClipboardFormatEmbeddedObject | 21 | Object to be inserted into the file. |
xlClipboardFormatEmbedSource | 22 | Source. |
xlClipboardFormatLinkSource | 23 | Line to source. |
xlClipboardFormatMovie | 24 | Movie. |
xlClipboardFormatToolFace | 25 | Graphics associated with a Macintosh tool. |
xlClipboardFormatToolFacePICT | 26 | Tool face as a metafile picture structure. |
xlClipboardFormatStandardScale | 27 | Standard scale. |
xlClipboardFormatStandardFont | 28 | A standard font. |
xlClipboardFormatScreenPICT | 29 | Metafile picture structure for screen display. |
xlClipboardFormatBIFF4 | 30 | Binary Interchange file format for Excel version 4.x. |
xlClipboardFormatObjectDesc | 31 | Object description. |
xlClipboardFormatLinkSourceDesc | 32 | Link to description of source. |
xlClipboardFormatBIFF12 | 63 | Binary Interchange file format 12 |