Shape.Script Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Script object, which represents a block of script or code on the specified Web page.
public:
property Microsoft::Office::Core::Script ^ Script { Microsoft::Office::Core::Script ^ get(); };
public Microsoft.Office.Core.Script Script { get; }
member this.Script : Microsoft.Office.Core.Script
Public ReadOnly Property Script As Script
Property Value
Remarks
If the page contains no script, nothing is returned.