Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a single index.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("0002097D-0000-0000-C000-000000000046")> _
Public Interface Index
'Usage
Dim instance As Index
[GuidAttribute("0002097D-0000-0000-C000-000000000046")]
public interface Index
Remarks
The Index object is a member of the Indexes collection. The Indexes collection includes all the indexes in the specified document.
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.
Use the Add method to create an index and add it to the Indexes collection.