ChartSheet.Scripts Property (2007 System)
Gets the Scripts collection, which contains Script objects representing blocks of script or code in the specified document when it is saved as a Web page.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Scripts As Scripts
'Usage
Dim instance As ChartSheet
Dim value As Scripts
value = instance.Scripts
[BrowsableAttribute(false)]
public Scripts Scripts { get; }
[BrowsableAttribute(false)]
public:
property Scripts^ Scripts {
Scripts^ get ();
}
public function get Scripts () : Scripts
Property Value
Type: Scripts
The Scripts collection, which contains Script objects representing blocks of script or code in the specified document when it is saved as a Web page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.