cssText property
Sets or retrieves the persisted representation of the style rule.
Syntax
HRESULT value = object.put_cssText( v);HRESULT value = object.get_cssText(* p);
Property values
Type: BSTR
the text.
Remarks
This property reflects the current state of the rule and not its initial value.
Build date: 11/12/2012