OMaths.Item Property
Returns an 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
ReadOnly Default Property Item ( _
Index As Integer _
) As OMath
Get
'Usage
Dim instance As OMaths
Dim Index As Integer
Dim value As OMath
value = instance(Index)
OMath this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
Property Value
Type: Microsoft.Office.Interop.Word.OMath
OMath