Shapes.AddChart(XlChartType, Object, Object, Object, Object, Object) Methode

Definition

Dieses Objekt, dieses Mitglied oder diese Aufzählung ist veraltet und kann nicht in Ihrem Code verwendet werden.

public Microsoft.Office.Interop.Word.Shape AddChart (Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, ref object Left, ref object Top, ref object Width, ref object Height, ref object Anchor);
abstract member AddChart : Microsoft.Office.Core.XlChartType * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Shape
Public Function AddChart (Optional Type As XlChartType = (Microsoft.Office.Core.XlChartType) -1, Optional ByRef Left As Object, Optional ByRef Top As Object, Optional ByRef Width As Object, Optional ByRef Height As Object, Optional ByRef Anchor As Object) As Shape

Parameter

Left
Object
Top
Object
Width
Object
Height
Object
Anchor
Object

Gibt zurück

Shape

Beispiele

Im folgenden Beispiel wird ein neues 3D-Säulendiagramm erstellt und dem aktiven Dokument hinzugefügt.

Gilt für: