OMathAutoCorrectEntries.Item Property
Returns an OmathAutoCorrectEntry 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 OMathAutoCorrectEntry
Get
'Usage
Dim instance As OMathAutoCorrectEntries
Dim Index As Object
Dim value As OMathAutoCorrectEntry
value = instance(Index)
OMathAutoCorrectEntry this[
ref Object Index
] { get; }
Parameters
- Index
Type: System.Object%
Required String or Integer that represents the name or ordinal position of the object in the collection.
Property Value
Type: Microsoft.Office.Interop.Word.OMathAutoCorrectEntry
OmathAutoCorrectEntry
See Also
Reference
OMathAutoCorrectEntries Interface