ClipboardFormatValues Enumeration

Clipboard Format Type

Namespace:  DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ClipboardFormatValues
'Usage
Dim instance As ClipboardFormatValues
public enum ClipboardFormatValues

Members

Member name Description
PictureOld WMF. When the item is serialized out as xml, its value is "PictOld".
Picture EMF. When the item is serialized out as xml, its value is "Pict".
Bitmap Bitmap. When the item is serialized out as xml, its value is "Bitmap".
PicturePrint Printer Picture. When the item is serialized out as xml, its value is "PictPrint".
PictureScreen Screen Picture EMF. When the item is serialized out as xml, its value is "PictScreen".

See Also

Reference

DocumentFormat.OpenXml.Vml.Spreadsheet Namespace