OMathRecognizedFunctions.Item Method
Word Developer Reference |
Returns an OMathRecognizedFunction object that represents the specified item in the collection.
Syntax
expression.Item(Index)
expression An expression that returns an OMathRecognizedFunctions object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | Specifies a String or Integer that represents the name or ordinal position of the object in the collection. |
Return Value
OMathRecognizedFunction
See Also