Shapes.AddChart(XlChartType, Single, Single, Single, Single) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public Microsoft.Office.Core.Shape AddChart (Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, float Left = -1, float Top = -1, float Width = -1, float Height = -1);
abstract member AddChart : Microsoft.Office.Core.XlChartType * single * single * single * single -> Microsoft.Office.Core.Shape
Public Function AddChart (Optional Type As XlChartType = (Microsoft.Office.Core.XlChartType) -1, Optional Left As Single = -1, Optional Top As Single = -1, Optional Width As Single = -1, Optional Height As Single = -1) As Shape
Parameter
- Type
- XlChartType
- Left
- Single
- Top
- Single
- Width
- Single
- Height
- Single