Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpandDefinition Object / AutoExpandDefinition Constructor
The string that triggers an expansion.
The expansion string that replaces the abbreviation.
In This Topic
    AutoExpandDefinition Constructor
    In This Topic
    Constructor.
    Syntax
    Public Function New( _
       ByVal abbreviation As String, _
       ByVal expansion As String _
    )

    Parameters

    abbreviation
    The string that triggers an expansion.
    expansion
    The expansion string that replaces the abbreviation.
    See Also