OMathRecognizedFunctions.Item Property
Returns an OMathRecognizedFunction object that represents the specified item in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
ByRef Index As Object _
) As OMathRecognizedFunction
Get
'Usage
Dim instance As OMathRecognizedFunctions
Dim Index As Object
Dim value As OMathRecognizedFunction
value = instance(Index)
OMathRecognizedFunction this[
ref Object Index
] { get; }
Parameters
- Index
Type: System.Object%
Required Integer Specifies the ordinal position of the object within the collection.
Property Value
Type: Microsoft.Office.Interop.Word.OMathRecognizedFunction
OMathRecognizedFunction
See Also
Reference
OMathRecognizedFunctions Interface