OMathAutoCorrectEntries.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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