Properties.Add
This function adds a new property to the property collection with specified name/value.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Properties.Add( _
PropertyName As String, _
Value As Variant)
|
Type: String
Type: Variant |
This function does not return a value. |