_Document.StyleSheets Property

Returns a StyleSheets object that represents the Web style sheets attached to a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property StyleSheets As StyleSheets
    Get
'Usage
Dim instance As _Document
Dim value As StyleSheets

value = instance.StyleSheets
StyleSheets StyleSheets { get; }

Property Value

Type: Microsoft.Office.Interop.Word.StyleSheets

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace