Remove Method
Description
Removes the specified property from the properties list.
Syntax
Visual Basic
Public Function Remove( _
   ByVal Item As Variant _
) As Long
Parameters
Item
The name or position index of the property you want to remove from the list.
See Also