This method of the ActiveXComponent Class sets a variant property of the ActiveX control.
public void setProperty(String name, Variant value);
name | The name of the property to set. |
value | The value of the property. |
IllegalArgumentException if name is null.