Share via


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
Public property _Default Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Count Returns the number of objects in the collection.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Item Returns a single object from a collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method 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.
Public method Delete Deletes the object.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method Publish Saves an item or a collection of items in a document to a Web page.

Top

See Also

Reference

PublishObjects Interface

Microsoft.Office.Interop.Excel Namespace