Script Members
Include Protected Members
Include Inherited Members
Represents a block of HTML script in a Microsoft Word document, on a Microsoft Excel spreadsheet, or on a Microsoft PowerPoint slide.
The Script type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the container application for the object. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Extended | Returns or sets attributes added to the <SCRIPT> tag, with the exception of the LANGUAGE and ID attributes. | |
Id | Returns or sets the ID of a Script object. | |
Language | Returns or sets the scripting language of the active script. | |
Location | Returns the location of the script anchor in the specified HTML document. | |
Parent | Returns the Parent object for the specified object. | |
ScriptText | Returns or sets the text contained in a block of script. | |
Shape | Returns a Shape object or InlineShape object, depending on the Microsoft Office host application. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object from the collection. |
Top