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)

Usage

Public Class ublishObjectsImplementation
    Implements PublishObjects
End Class
Dim ublishObjectsImplementation1 As New ublishObjectsImplementation()

Syntax

Public Interface PublishObjects
public interface PublishObjects
public interface class PublishObjects
public interface PublishObjects
public interface PublishObjects

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

PublishObjects Members