Index.IndexLanguage Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdLanguageID IndexLanguage { Microsoft::Office::Interop::Word::WdLanguageID get(); void set(Microsoft::Office::Interop::Word::WdLanguageID value); };
public Microsoft.Office.Interop.Word.WdLanguageID IndexLanguage { get; set; }
member this.IndexLanguage : Microsoft.Office.Interop.Word.WdLanguageID with get, set
Public Property IndexLanguage As WdLanguageID

Property Value

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.

Applies to