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

Definition

This object, member, or enumeration is deprecated and is not intended to be used in your code.

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

Parameters

Left
Object
Top
Object
Width
Object
Height
Object
Anchor
Object

Returns

Shape

Examples

Creates a new 3-D column chart and adds it to the active document.

Applies to