OMathFunctions.Add(Range, WdOMathFunctionType, Object, 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 a new structure, such as a fraction, into an equation at the specified position and returns an OMathFunction object that represents the 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
Parameters
- Type
- WdOMathFunctionType
Required WdOMathFunctionTypeThe type of equation to insert.
- NumArgs
- Object
Optional Object The number of arguments in the equation.
- NumCols
- Object
Optional Object The number of columns in the equation.