Index.IndexLanguage Property

Returns or sets the sorting language to use for the specified index.

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

Syntax

'Declaration
Property IndexLanguage As WdLanguageID
    Get
    Set
'Usage
Dim instance As Index
Dim value As WdLanguageID

value = instance.IndexLanguage

instance.IndexLanguage = value
WdLanguageID IndexLanguage { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdLanguageID

Remarks

The IndexLanguage property can be one of the WdLanguageID constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

See Also

Reference

Index Interface

Index Members

Microsoft.Office.Interop.Word Namespace