Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown Object / RemoveItem Method
The index of the item to remove
In This Topic
    RemoveItem Method (SmartDropDown)
    In This Topic
    Removes an item from a specific location in the drop down list.
    Syntax
    expression.RemoveItem( _
       ByVal itemIndex As Integer _
    ) 
    where expression is a variable that represents a SmartDropDown Object

    Parameters

    itemIndex
    The index of the item to remove
    See Also