Partager via


OMathArgs.Add Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function Add ( _
    ByRef BeforeArg As Object _
) As OMath
'Usage
Dim instance As OMathArgs
Dim BeforeArg As Object
Dim returnValue As OMath

returnValue = instance.Add(BeforeArg)
OMath Add(
    ref Object BeforeArg
)

Parameters

  • BeforeArg
    Type: System.Object%
    (Optional) Object. An existing argument before which to add the new argument.

Return Value

Type: Microsoft.Office.Interop.Word.OMath
OMath

See Also

Reference

OMathArgs Interface

OMathArgs Members

Microsoft.Office.Interop.Word Namespace