DocumentBase.Scripts Property

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

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property Scripts As Scripts
    Get
public Scripts Scripts { get; }

Property Value

Type: Microsoft.Office.Core.Scripts
A Scripts collection that represents the collection of HTML scripts in the document.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace