Index.AccentedLetters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public:
property bool AccentedLetters { bool get(); void set(bool value); };
public bool AccentedLetters { get; set; }
member this.AccentedLetters : bool with get, set
Public Property AccentedLetters As Boolean