다음을 통해 공유


Chart.CopyPicture Method (Excel)

Copies the selected object to the Clipboard as a picture.

Syntax

.CopyPicture(Appearance, Format, Size)

A variable that represents a Chart object.

Parameters

Name

Required/Optional

Data Type

Description

Appearance

선택

XlPictureAppearance

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

Format

선택

XlCopyPictureFormat

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

Size

선택

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.

참고 항목

개념

Chart Object

Chart Object Members