Index Object
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.
Remarks
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. The following example updates the first index in the active document.
Visual Basic for Applications |
---|
|
Use the Add method to create an index and add it to the Indexes collection. The following example creates an index at the end of the active document.
Visual Basic for Applications |
---|
|
See Also