Partager via


OMathFunctions.Add(Range, WdOMathFunctionType, Object, Object) Méthode

Définition

Insère une nouvelle structure, telle qu’une fraction, dans une équation à la position spécifiée et retourne un OMathFunction objet qui représente la structure.

public Microsoft.Office.Interop.Word.OMathFunction Add (Microsoft.Office.Interop.Word.Range Range, Microsoft.Office.Interop.Word.WdOMathFunctionType Type, ref object NumArgs, ref object NumCols);
abstract member Add : Microsoft.Office.Interop.Word.Range * Microsoft.Office.Interop.Word.WdOMathFunctionType * obj * obj -> Microsoft.Office.Interop.Word.OMathFunction
Public Function Add (Range As Range, Type As WdOMathFunctionType, Optional ByRef NumArgs As Object, Optional ByRef NumCols As Object) As OMathFunction

Paramètres

Range
Range

Obligatoire Range L’emplacement auquel insrt une équation.

Type
WdOMathFunctionType

Obligatoire WdOMathFunctionTypeType d’équation à insérer.

NumArgs
Object

Optional Object Nombre d’arguments dans l’équation.

NumCols
Object

Objet facultatif Nombre de colonnes dans l’équation.

Retours

OMathFunction

S’applique à