PublishObjects Members
Include Protected Members
Include Inherited Members
A collection of all PublishObject objects in the workbook. Each PublishObject object represents an item in a workbook that has been saved to a Web page and can be refreshed according to values specified by the properties and methods of the object.
The PublishObjects type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
_Default | Reserved for internal use. |
![]() |
Application | Returns an Application object that represents the Microsoft Excel application. |
![]() |
Count | Returns the number of objects in the collection. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. |
![]() |
Item | Returns a single object from a collection. |
![]() |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Creates an object that represents an item in a document saved to a Web page. Such objects facilitate subsequent updates to the Web page while automated changes are being made to the document in Microsoft Excel. Returns a PublishObject object. |
![]() |
Delete | Deletes the object. |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
Publish | Saves an item or a collection of items in a document to a Web page. |
Top