ControlSite.CopyPicture-Methode
Kopiert das ControlSite als Bild in die Zwischenablage.
Namespace: Microsoft.Office.Tools.Excel
Assemblys: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Function CopyPicture ( _
Appearance As XlPictureAppearance, _
Format As XlCopyPictureFormat _
) As Object
Object CopyPicture(
XlPictureAppearance Appearance,
XlCopyPictureFormat Format
)
Parameter
- Appearance
Typ: Microsoft.Office.Interop.Excel.XlPictureAppearance
Einer der XlPictureAppearance-Werte, die angeben, wie das Bild kopiert werden soll.
- Format
Typ: Microsoft.Office.Interop.Excel.XlCopyPictureFormat
Einer der XlCopyPictureFormat-Werte, die das Bildformat angeben.
Rückgabewert
Typ: System.Object
true , wenn der Kopiervorgang erfolgreich war; andernfalls false.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.