Chart.CopyPicture Method (Word)
Copies the selected object to the Clipboard as a picture.
Version Information
Version Added: Word 2007
Syntax
expression .CopyPicture(Appearance, Format, Size)
expression A variable that represents a Chart object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Appearance |
Optional |
One of the enumeration values that specifies how the picture should be copied. The default is xlScreen. |
|
Format |
Optional |
One of the enumeration values that specifies the format of the picture. The default is xlPicture. |
|
Size |
Optional |
XlPictureAppearance |
One of the enumeration values that specifies the size of the copied picture when the object is a chart on a chart sheet (not embedded on a worksheet). The default is xlPrinter. |