Scripts Members
Include Protected Members
Include Inherited Members
A collection of Script objects that represent the collection of HTML scripts in the specified document.
The Scripts 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. |
![]() |
Count | Returns an Integer indicating the number of items in the specified collection. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Parent | Returns the Parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a Script object to the Scripts collection of one of the following objects: a Document or Range object in Microsoft Word; a Worksheet or Chart object in Microsoft Excel; or a Slide, SlideRange, slide Master, or title Master object in Microsoft PowerPoint. |
![]() |
Delete | Deletes the specified object from the collection. |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
Item | Returns a member of the Scripts collection. |
Top