OMathRecognizedFunctions.Add Method
Creates a new recognized function and returns an OMathRecognizedFunction object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
Name As String _
) As OMathRecognizedFunction
'Usage
Dim instance As OMathRecognizedFunctions
Dim Name As String
Dim returnValue As OMathRecognizedFunction
returnValue = instance.Add(Name)
OMathRecognizedFunction Add(
string Name
)
Parameters
- Name
Type: System.String
Required String The name of the recognized function.
Return Value
Type: Microsoft.Office.Interop.Word.OMathRecognizedFunction
OMathRecognizedFunction
See Also
Reference
OMathRecognizedFunctions Interface