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 of the property item you want to remove from the list.  Position values start with 1.
Example
See Also