Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.33 KB

Project.chart.copypicture.md

File metadata and controls

44 lines (27 loc) · 1.33 KB
title ms.service ms.assetid ms.date ms.localizationpriority
Chart.CopyPicture method (Project)
project-server
4353ddb2-51f0-a1a4-a472-ec8bbc83b146
06/08/2017
medium

Chart.CopyPicture method (Project)

Copies a selected object to the Clipboard as a picture.

Syntax

expression.CopyPicture (Appearance, Format, Size)

expression A variable that represents a Chart object.

Parameters

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

Return value

Nothing

See also

Chart Object Copy Method

[!includeSupport and feedback]