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

Définition

Insère une nouvelle structure, telle qu’une fraction, à la position spécifiée et renvoie 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

RangeIl faut le lieu auquel insertion une équation.

Type
WdOMathFunctionType

Obligatoire WdOMathFunctionType type d’équation à insérer.

NumArgs
Object

Object facultatif nombre d’arguments de l’équation.

NumCols
Object

Object facultatif nombre de colonnes de l’équation.

Retours

OMathFunction

OMathFunction

S’applique à