Range.CopyPicture(XlPictureAppearance, XlCopyPictureFormat) Méthode

Définition

Copie l'objet sélectionné dans le Presse-papiers, sous forme d'image.

public object CopyPicture (Microsoft.Office.Interop.Excel.XlPictureAppearance Appearance = Microsoft.Office.Interop.Excel.XlPictureAppearance.xlScreen, Microsoft.Office.Interop.Excel.XlCopyPictureFormat Format = Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlPicture);
Public Function CopyPicture (Optional Appearance As XlPictureAppearance = Microsoft.Office.Interop.Excel.XlPictureAppearance.xlScreen, Optional Format As XlCopyPictureFormat = Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlPicture) As Object

Paramètres

Appearance
XlPictureAppearance

Facultatif XlPictureAppearance. Spécifie la manière dont l’image doit être copiée. Il peut s’agir de l’une des constantes XlCopyPictureFormat suivantes :xlBitmapxlPicturedefault

Format
XlCopyPictureFormat

Facultatif XlCopyPictureFormat. Format de l’image. Il peut s’agir de l’une des constantes XlPictureAppearance suivantes : xlPrinter. L’image est copiée telle qu’elle sera imprimée. xlScreendefault. L’image est copiée de façon à ressembler autant que possible à son affichage à l’écran.

Retours

S’applique à