Index Interface 

Represents a single index.

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

Usage

Public Class ndexImplementation
    Implements Index
End Class
Dim ndexImplementation1 As New ndexImplementation()

Syntax

Public Interface Index
public interface Index
public interface class Index
public interface Index
public interface Index

Remarks

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.

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

Index Members