Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / AutoExpandDefinitionCollection Property
In This Topic
    AutoExpandDefinitionCollection Property
    In This Topic
    Returns an enumerator of the current Auto Expand definitions defined for the session, or null if it cannot be obtained.
    Syntax
    expression.AutoExpandDefinitionCollection As AutoExpandDefinition()
    where expression is a variable that represents a AutoExpand Object

    Property Value

    An array of AutoExpandDefinition Objects.
    See Also