Index.Type Property

Returns or sets the index type.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Type As WdIndexType
    Get
    Set
'Usage
Dim instance As Index
Dim value As WdIndexType

value = instance.Type

instance.Type = value
WdIndexType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdIndexType

Remarks

The Type property can be one of the WdIndexType constants.

See Also

Reference

Index Interface

Index Members

Microsoft.Office.Interop.Word Namespace