InlineShape.Script Property

Returns a Script object, which represents a block of script or code on the specified Web page.

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

Syntax

'Declaration
ReadOnly Property Script As Script
    Get
'Usage
Dim instance As InlineShape
Dim value As Script

value = instance.Script
Script Script { get; }

Property Value

Type: Script

Remarks

If the page contains no script, nothing is returned.

See Also

Reference

InlineShape Interface

InlineShape Members

Microsoft.Office.Interop.Word Namespace