Index interface

Represents a single index.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

No code example is currently available or this language may not be supported.

The Index object is a member of the Indexes collection. The Indexes collection includes all the indexes in the specified document.

Use Indexes(index), where index is the index number, to return a single Index object. The index number represents the position of the Index object in the document.

Use the Add method to create an index and add it to the Indexes collection.

Show: