SetPropertyByName Method
Description
Set the value of the specified property,by property name and property value.
Syntax
Visual Basic
Public Sub SetPropertyByName( _
   ByVal Prop As String, _
   ByVal newVal As Variant _
) 
Parameters
Prop
newVal
See Also