Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / IgnoreAllUppercase Property
In This Topic
    IgnoreAllUppercase Property
    In This Topic
    Gets or sets whether to exclude words that use only uppercase letters from a spelling review. True excludes these words; false doesn't exclude them.
    Syntax
    expression.IgnoreAllUppercase As Boolean
    where expression is a variable that represents a SpellCheck Object
    See Also