Share via


Index Object Members

Word Developer Reference

Represents a single index. The Index object is a member of the Indexes collection. The Indexes collection includes all the indexes in the specified document.

Methods

  Name Description
Bb243486.methods(en-us,office.12).gif Delete Deletes the specified index.
Bb243486.methods(en-us,office.12).gif Update Updates the entries shown in specified index.

Properties

  Name Description
Bb243486.properties(en-us,office.12).gif AccentedLetters True if the specified index contains separate headings for accented letters (for example, words that begin with "À" are under one heading and words that begin with "A" are under another). Read/write Boolean.
Bb243486.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243486.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.
Bb243486.properties(en-us,office.12).gif Filter Returns or sets a value that specifies how Microsoft Word classifies the first character of entries in the specified index.read/write Long. Can be one of the following wdIndexFilter constants.
Bb243486.properties(en-us,office.12).gif HeadingSeparator Returns or sets the text between alphabetical groups (entries that start with the same letter) in the index. Corresponds to the \h switch for an INDEX field. Read/write WdHeadingSeparator.
Bb243486.properties(en-us,office.12).gif IndexLanguage Returns or sets a WdLanguageID constant that represents the sorting language to use for the specified index. Read/write
Bb243486.properties(en-us,office.12).gif NumberOfColumns Sets or returns the number of columns for each page of an index. Read/write Long.
Bb243486.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Index object.
Bb243486.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that is contained within an index.
Bb243486.properties(en-us,office.12).gif RightAlignPageNumbers True if page numbers are aligned with the right margin in an index. Read/write Boolean.
Bb243486.properties(en-us,office.12).gif SortBy Returns or sets the sorting criteria for the specified index. Read/write WdIndexSortBy.
Bb243486.properties(en-us,office.12).gif TabLeader Returns or sets the leader character between entries in an index and their associated page numbers. Read/write WdTabLeader.
Bb243486.properties(en-us,office.12).gif Type Returns or sets the index type. Read/write WdIndexType.