title | ms.service | ms.assetid | ms.date | ms.localizationpriority |
---|---|---|---|---|
Chart.CopyPicture method (Project) |
project-server |
4353ddb2-51f0-a1a4-a472-ec8bbc83b146 |
06/08/2017 |
medium |
Copies a selected object to the Clipboard as a picture.
expression.CopyPicture (Appearance, Format, Size)
expression A variable that represents a Chart object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Appearance | Optional | Long | Specifies how the picture should be copied. Can be one of the Excel.XlPictureAppearance constants. The default value is xlScreen (1). |
Format | Optional | Long | Specifies the format of the picture. Can be one of the Excel.XlCopyPictureFormat constants. The default value is xlPicture (-4147). |
Size | Optional | Long | Specifies whether the size of the copied picture should be optimized for a printer or for the screen. Can be one of the Excel.XlPictureAppearance constants. The default value is xlPrinter (2). |
Appearance | Optional | INT | |
Format | Optional | INT | |
Size | Optional | INT |
Nothing
[!includeSupport and feedback]