OMathArgs.Add(Object) Method

Definition

Inserts an argument into an equation with variable number of arguments (OMathDelim and OMathEqArray objects)

public Microsoft.Office.Interop.Word.OMath Add (ref object BeforeArg);
abstract member Add : obj -> Microsoft.Office.Interop.Word.OMath
Public Function Add (Optional ByRef BeforeArg As Object) As OMath

Parameters

BeforeArg
Object

(Optional) Object. An existing argument before which to add the new argument.

Returns

OMath

Applies to