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 the Script object, which represents a block of script or code on the specified Web page. If the page contains no script, nothing is returned.
public:
property Microsoft::Office::Core::Script ^ Script { Microsoft::Office::Core::Script ^ get(); };
public Microsoft.Office.Core.Script Script { get; }
Public ReadOnly Property Script As Script