Indexes Object Members

Word Developer Reference

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

Methods

  Name Description
Bb243487.methods(en-us,office.12).gif Add Returns an Index object that represents a new index added to a document.
Bb243487.methods(en-us,office.12).gif AutoMarkEntries Automatically adds XE (Index Entry) fields to the specified document, using the entries from a concordance file.
Bb243487.methods(en-us,office.12).gif Item Returns an individual Index object in a collection.
Bb243487.methods(en-us,office.12).gif MarkAllEntries Inserts an XE (Index Entry) field after all instances of the text in Range.
Bb243487.methods(en-us,office.12).gif MarkEntry Inserts an XE (Index Entry) field after the specified range. The method returns a Field object representing the XE field.

Properties

  Name Description
Bb243487.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243487.properties(en-us,office.12).gif Count Returns a Long that represents the number of indexes in the collection. Read-only.
Bb243487.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243487.properties(en-us,office.12).gif Format Returns or sets a WdIndexFormat that represents the formatting for the indexes in the specified document. Read/write.
Bb243487.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Indexes object.