Share via


Shapes.AddChart(XlChartType, Object, Object, Object, Object, Object) Método

Definición

Este objeto, miembro o enumeración está en desuso y no debería usarse en el código.

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

Parámetros

Left
Object
Top
Object
Width
Object
Height
Object
Anchor
Object

Devoluciones

Shape

Ejemplos

En este ejemplo se crea un nuevo gráfico de columnas 3D y se agrega al documento activo.

Se aplica a