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)

Syntax

'Declaration
<GuidAttribute("0002097C-0000-0000-C000-000000000046")> _
Public Interface Indexes _
    Inherits IEnumerable
'Usage
Dim instance As Indexes
[GuidAttribute("0002097C-0000-0000-C000-000000000046")]
public interface Indexes : 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.

See Also

Reference

Indexes Members

Microsoft.Office.Interop.Word Namespace