Add Method
Description
Adds the specified property to the properties list.
Syntax
Visual Basic
Public Function Add( _
   ByVal PropertyName As String, _
   Optional ByVal Position As Long = -1 _
) As Long
Parameters
PropertyName
The property to add.
Position
The location where you want to add the property within the list.  The position of the first property in the list is 0.
Example
See Also