Document.Indexes Property

Definition

Gets an Indexes collection that represents all the indexes in the document.

public:
 property Microsoft::Office::Interop::Word::Indexes ^ Indexes { Microsoft::Office::Interop::Word::Indexes ^ get(); };
public Microsoft.Office.Interop.Word.Indexes Indexes { get; }
member this.Indexes : Microsoft.Office.Interop.Word.Indexes
Public ReadOnly Property Indexes As Indexes

Property Value

An Indexes collection that represents all the indexes in the document.

Applies to