Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / MaxWordLength Property
In This Topic
    MaxWordLength Property (SpellCheck)
    In This Topic
    Gets or sets the maximum length of words checked for spelling (between 20-200 characters). Longer words are ignored by the spell checker.
    Syntax
    expression.MaxWordLength As Integer
    where expression is a variable that represents a SpellCheck Object
    Remarks
    The range of valid values is 20 - 200 characters. The default is 64.
    See Also