Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / MisspelledWordCollection Property
In This Topic
    MisspelledWordCollection Property
    In This Topic
    Returns a collection of misspelled words from the current host screen.
    Syntax
    expression.MisspelledWordCollection As MisspelledWord()
    where expression is a variable that represents a SpellCheck Object

    Property Value

    An array of MisspelledWord Object types.
    See Also