ChartObjects.CopyPicture(XlPictureAppearance, XlCopyPictureFormat) Method

Definition

Copies the selected object to the Clipboard as a picture.

public object CopyPicture (Microsoft.Office.Interop.Excel.XlPictureAppearance Appearance = Microsoft.Office.Interop.Excel.XlPictureAppearance.xlPrinter, Microsoft.Office.Interop.Excel.XlCopyPictureFormat Format = Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlPicture);
Public Function CopyPicture (Optional Appearance As XlPictureAppearance = Microsoft.Office.Interop.Excel.XlPictureAppearance.xlPrinter, Optional Format As XlCopyPictureFormat = Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlPicture) As Object

Parameters

Appearance
XlPictureAppearance

Optional XlPictureAppearance. Specifies how the picture should be copied.

Format
XlCopyPictureFormat

Optional XlCopyPictureFormat. The format of the picture.

Returns

Applies to