XlCopyPictureFormat Enumeration
Specifies the format of the picture being copied.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCopyPictureFormat
'Usage
Dim instance As XlCopyPictureFormat
public enum XlCopyPictureFormat
Members
Member name | Description | |
---|---|---|
xlBitmap | Bitmap (.bmp, .jpg, .gif). | |
xlPicture | Drawn picture (.png, .wmf, .mix). |