styleSheet property
Retrieves an interface pointer that provides access to the style sheet object's properties and methods.
Syntax
HRESULT value = object.get_styleSheet(IHTMLStyleSheet** p);
Property values
Type: Object
the interface pointer.
Remarks
A null value for p indicates that there is no style sheet for the object.
Build date: 11/12/2012