OMathArgs.Item Method
Returns a OMath 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
Function Item ( _
Index As Integer _
) As OMath
'Usage
Dim instance As OMathArgs
Dim Index As Integer
Dim returnValue As OMath
returnValue = instance(Index)
OMath Item(
int Index
)
Parameters
- Index
Type: System.Int32
(Required) An Integer that specifies the ordinal position of the object within the collection.
Return Value
Type: Microsoft.Office.Interop.Word.OMath
OMath