PublishObject Members

Include Protected Members
Include Inherited Members

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.

The PublishObject type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property AutoRepublish When a workbook is saved, Microsoft Excel determines if any item in the PublishObjects collection has the AutoRepublish property set to True and, if so, republishes it. The default value is False.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property DivID Returns the unique identifier used for identifying an HTML <DIV> tag on a Web page.
Public property Filename Returns or sets the URL (on the intranet or the Web) or path (local or network) to the location where the specified source object was saved.
Public property HtmlType Returns or sets the type of HTML generated by Microsoft Excel when you save the specified item to a Web page.
Public property Parent Returns the parent object for the specified object.
Public property Sheet Returns the sheet name for the specified PublishObject object.
Public property Source Returns the unique name that identifies items that have a SourceType property value of xlSourceRange, xlSourceChart, xlSourcePrintArea, xlSourceAutoFilter, xlSourcePivotTable, or xlSourceQuery.
Public property SourceType Returns a value that identifies the type of item being published.
Public property Title Returns or sets the title of the Web page when the document is saved as a Web page.

Top

Methods

  Name Description
Public method Delete Deletes the object.
Public method Publish Saves an item or a collection of items in a document to a Web page.

Top

See Also

Reference

PublishObject Interface

Microsoft.Office.Interop.Excel Namespace