Adds an item to the collection.
| Visual Basic |
|---|
Public Function Add( _
ByVal Value As String, _
ByVal Description As String _
) As ValidValue |
- Value
- The new value.
- Description
- A display name for the valid value.
The new valid value
For use with user-created items only.