OMathArgs.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.