Document.Scripts Property

Definition

Gets a Scripts collection that represents the collection of HTML scripts in the document.

public:
 property Microsoft::Office::Core::Scripts ^ Scripts { Microsoft::Office::Core::Scripts ^ get(); };
public Microsoft.Office.Core.Scripts Scripts { get; }
member this.Scripts : Microsoft.Office.Core.Scripts
Public ReadOnly Property Scripts As Scripts

Property Value

A Scripts collection that represents the collection of HTML scripts in the document.

Applies to