ControlSite.CopyPicture(XlPictureAppearance, XlCopyPictureFormat) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kopiert ControlSite als Bild in die Zwischenablage.
public object CopyPicture (Microsoft.Office.Interop.Excel.XlPictureAppearance Appearance, Microsoft.Office.Interop.Excel.XlCopyPictureFormat Format);
Parameter
- Appearance
- XlPictureAppearance
Einer der XlPictureAppearance-Werte, die angeben, wie das Bild kopiert werden soll.
- Format
- XlCopyPictureFormat
Einer der XlCopyPictureFormat-Werte, die das Bildformat angeben.
Gibt zurück
true, wenn der Kopiervorgang erfolgreich war; andernfalls false.