Share via


DesignerDocument.styleSheets Property

SharePoint Designer Developer Reference

Returns a StyleSheetsCollection collection that represents the collection of all style sheets in a document.

Syntax

expression.styleSheets

expression   Required. A variable that represents a DesignerDocument object.

Remarks

Use the imports property to access imported style sheets, specified by using a STYLE element with an @Import statement.

See Also