Document.StyleSheets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.