Shapes.AddChart(XlChartType, Object, Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Type
- XlChartType
- Left
- Object
- Top
- Object
- Width
- Object
- Height
- Object
- Anchor
- Object
Returns
Examples
Creates a new 3-D column chart and adds it to the active document.