Index.AccentedLetters Property

True if the specified index contains separate headings for accented letters (for example, words that begin with "À" are under one heading and words that begin with "A" are under another).

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

Syntax

'Declaration
Property AccentedLetters As Boolean
    Get
    Set
'Usage
Dim instance As Index
Dim value As Boolean

value = instance.AccentedLetters

instance.AccentedLetters = value
bool AccentedLetters { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Index Interface

Index Members

Microsoft.Office.Interop.Word Namespace