Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / SpellCheck Constructor
The remote SpellCheck object.
The parent object.
In This Topic
    SpellCheck Constructor
    In This Topic
    Creates a new SpellCheck object.
    Syntax
    Public Function New( _
       ByVal apiSpellCheck As ISpellCheck, _
       ByVal productivity As Productivity _
    )

    Parameters

    apiSpellCheck
    The remote SpellCheck object.
    productivity
    The parent object.
    See Also