次の方法で共有


ClipboardFormatValues Enumeration

Clipboard Format Type

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

Syntax

'宣言
Public Enumeration ClipboardFormatValues
'使用
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