OMathRecognizedFunctions.Add Method
Word Developer Reference |
Creates a new recognized function and returns an OMathRecognizedFunction object.
Version Information
Version Added: Word 2007
Syntax
expression.Add(Name)
expression An expression that returns a OMathRecognizedFunctions object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Required | String | The name of the recognized function. |
Return Value
OMathRecognizedFunction
See Also