PublishObject Interface

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 PublishObject object.

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

Syntax

'Declaration
<GuidAttribute("00024444-0000-0000-C000-000000000046")> _
Public Interface PublishObject
'Usage
Dim instance As PublishObject
[GuidAttribute("00024444-0000-0000-C000-000000000046")]
public interface PublishObject

Remarks

The PublishObject object is a member of 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

PublishObject Members

Microsoft.Office.Interop.Excel Namespace