PublishObjects interface
Office 2013 and later
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)
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: