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)

Syntax

'Declaration
<GuidAttribute("00024443-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface PublishObjects _
    Inherits IEnumerable
'Usage
Dim instance As PublishObjects
[GuidAttribute("00024443-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface PublishObjects : IEnumerable

Remarks

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.

See Also

Reference

PublishObjects Members

Microsoft.Office.Interop.Excel Namespace