_Document.Indexes Property
Returns an Indexes collection 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)
Syntax
'Declaration
ReadOnly Property Indexes As Indexes
Get
'Usage
Dim instance As _Document
Dim value As Indexes
value = instance.Indexes
Indexes Indexes { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Indexes