Document.StyleSheets Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::StyleSheets ^ StyleSheets { Microsoft::Office::Interop::Word::StyleSheets ^ get(); };
public Microsoft.Office.Interop.Word.StyleSheets StyleSheets { get; }
member this.StyleSheets : Microsoft.Office.Interop.Word.StyleSheets
Public ReadOnly Property StyleSheets As StyleSheets

Property Value

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

Applies to