Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / MaxSuggestions Property
In This Topic
    MaxSuggestions Property (SpellCheck)
    In This Topic
    Gets or sets the maximum number of spelling suggestions for a misspelled word.
    Syntax
    expression.MaxSuggestions As Integer
    where expression is a variable that represents a SpellCheck Object
    Remarks
    The range of valid values is 1 - 10. The default is 6.
    See Also