AutoTextEntries.Item[Object] Property

Definition

Returns an individual object in a collection.

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

Parameters

Index
Object

The name of the individual object to be returned.

Property Value

Applies to