Share via


_Worksheet.Scripts Property

Returns the Scripts collection, which contains Script objects representing blocks of script or code in the specified document when it’s saved as a Web page.

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

Syntax

'Declaration
ReadOnly Property Scripts As Scripts
    Get
'Usage
Dim instance As _Worksheet
Dim value As Scripts

value = instance.Scripts
Scripts Scripts { get; }

Property Value

Type: Microsoft.Office.Core.Scripts

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace