OMathFunction.Args Property
Returns an OMathArgs object that represents the arguments for an equation. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Args As OMathArgs
Get
'Usage
Dim instance As OMathFunction
Dim value As OMathArgs
value = instance.Args
OMathArgs Args { get; }
Property Value
Type: Microsoft.Office.Interop.Word.OMathArgs
OMathArgs