Indexes Interface 

A collection of Index objects that represents all the indexes in the specified document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ndexesImplementation
    Implements Indexes
End Class
Dim ndexesImplementation1 As New ndexesImplementation()

Syntax

Public Interface Indexes
    Inherits IEnumerable
public interface Indexes : IEnumerable
public interface class Indexes : public IEnumerable
public interface Indexes implements IEnumerable
public interface Indexes implements IEnumerable

Remarks

Use the Indexes property to return the Indexes collection.

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

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Indexes Members