Shapes.AddChart2 Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public Microsoft.Office.Core.Shape AddChart2 (int Style = -1, Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, float Left = -1, float Top = -1, float Width = -1, float Height = -1, bool NewLayout = false);
abstract member AddChart2 : int * Microsoft.Office.Core.XlChartType * single * single * single * single * bool -> Microsoft.Office.Core.Shape
Public Function AddChart2 (Optional Style As Integer = -1, 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, Optional NewLayout As Boolean = false) As Shape
Parámetros
- Style
- Int32
- Type
- XlChartType
- Left
- Single
- Top
- Single
- Width
- Single
- Height
- Single
- NewLayout
- Boolean