Add Method
Description
Adds the specified property to the list of available properties.
Syntax
Visual Basic
Public Function Add( _
   ByVal PropertyName As String _
) As Long
Parameters
PropertyName
The name of the property you want to add to the list.
See Also