다음을 통해 공유


Shape.CopyPicture Method (Excel)

Copies the selected object to the Clipboard as a picture.

Syntax

.CopyPicture(Appearance, Format)

A variable that represents a Shape object.

Parameters

Name

Required/Optional

Data Type

Description

Appearance

선택

Variant

A XlPictureAppearance constant that specifies how the picture should be copied. The default value is xlScreen.

Format

선택

Variant

A XlCopyPictureFormat constant that specifies the format of the picture. The default value is xlPicture.

Remarks

If you copy a range, it must be made up of adjacent cells.

참고 항목

개념

Shape Object Members

Shape Object