0 out of 1 rated this helpful - Rate this topic

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)
[GuidAttribute("0002097C-0000-0000-C000-000000000046")]
public interface Indexes : IEnumerable

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.