'Declaration Public Sub RemoveStyle( _ ByVal propertyName As System.String, _ ByVal propertyValue As System.String _ )
public void RemoveStyle( System.string propertyName, System.string propertyValue )
Parameters
- propertyName
- Name of the inline style.
- propertyValue
- CSS value of the inline style.