Chart.CopyPicture Method

Definition

Copies the selected object to the Clipboard as a picture.

public void CopyPicture (Microsoft.Office.Interop.Word.XlPictureAppearance Appearance = Microsoft.Office.Interop.Word.XlPictureAppearance.xlScreen, Microsoft.Office.Interop.Word.XlCopyPictureFormat Format = Microsoft.Office.Interop.Word.XlCopyPictureFormat.xlPicture, Microsoft.Office.Interop.Word.XlPictureAppearance Size = Microsoft.Office.Interop.Word.XlPictureAppearance.xlPrinter);
abstract member CopyPicture : Microsoft.Office.Interop.Word.XlPictureAppearance * Microsoft.Office.Interop.Word.XlCopyPictureFormat * Microsoft.Office.Interop.Word.XlPictureAppearance -> unit
Public Sub CopyPicture (Optional Appearance As XlPictureAppearance = Microsoft.Office.Interop.Word.XlPictureAppearance.xlScreen, Optional Format As XlCopyPictureFormat = Microsoft.Office.Interop.Word.XlCopyPictureFormat.xlPicture, Optional Size As XlPictureAppearance = Microsoft.Office.Interop.Word.XlPictureAppearance.xlPrinter)

Parameters

Appearance
XlPictureAppearance

Optional XlPictureAppearance Specifies how the picture should be copied. The default value is xlScreen.

Format
XlCopyPictureFormat

Optional XlCopyPictureFormat The format of the picture. The default value is xlPicture.

Size
XlPictureAppearance

Optional XlPictureAppearance The size of the copied picture when the object is a chart on a chart sheet (not embedded on a worksheet). The default value is xlPrinter.

Applies to