Object.SetProperty (gb)
Static Sub SetProperty ( Object As Object, Property As String, Value As Variant )
Sets the value of an object property dynamically.
-
Object is the object reference.
-
Property is the name of the property.
-
Value is the value to be stored in the property.