OMathAutoCorrectEntries.Item[Object] Property

Definition

Returns an Microsoft.Office.Interop.Word.OmathAutoCorrectEntry object that represents the specified item in the collection.

public:
 property Microsoft::Office::Interop::Word::OMathAutoCorrectEntry ^ default[System::Object ^ %] { Microsoft::Office::Interop::Word::OMathAutoCorrectEntry ^ get(System::Object ^ % Index); };
public Microsoft.Office.Interop.Word.OMathAutoCorrectEntry this[ref object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.OMathAutoCorrectEntry
Default Public ReadOnly Property Item(ByRef Index As Object) As OMathAutoCorrectEntry

Parameters

Index
Object

Required String or Integer that represents the name or ordinal position of the object in the collection.

Property Value

Microsoft.Office.Interop.Word.OmathAutoCorrectEntry

Applies to