Partager via


InlineShapes.AddChart2(Int32, XlChartType, Object, Object) Méthode

Définition

Ajoute un graphique au document. Renvoie un InlineShape objet qui représente le graphique et l’ajoute à la collection spécifiée.

public Microsoft.Office.Interop.Word.InlineShape AddChart2 (int Style = -1, Microsoft.Office.Core.XlChartType Type = (Microsoft.Office.Core.XlChartType) -1, ref object Range, ref object NewLayout);
abstract member AddChart2 : int * Microsoft.Office.Core.XlChartType * obj * obj -> Microsoft.Office.Interop.Word.InlineShape
Public Function AddChart2 (Optional Style As Integer = -1, Optional Type As XlChartType = (Microsoft.Office.Core.XlChartType) -1, Optional ByRef Range As Object, Optional ByRef NewLayout As Object) As InlineShape

Paramètres

Style
Int32

Style du graphique.

Type
XlChartType

Type du graphique

Range
Object

Plage dans laquelle le graphique sera placé dans le texte. Le graphique remplace la plage, sauf si la plage est réduite. Si cet argument est omis, le graphique est placé automatiquement.

NewLayout
Object

Si NewLayout a la valeur true, le graphique est inséré à l’aide des nouvelles règles de mise en forme dynamique (Titre est activé et Légende est activé uniquement s’il existe plusieurs séries).

Retours

S’applique à