PublishObjects interface

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Use the PublishObjects property to return the PublishObjects collection.

Use PublishObjects(index), where index is the index number of the specified item in the workbook, to return a single PublishObject object.

Show: