Visual Basic |
---|
Public Function Add( _ ByVal PropertyName As String, _ Optional ByVal Position As Long = -1 _ ) As Long |
- 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.