Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
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