PublishObjects Element (Microsoft Excel)

Contains information about all published items in a workbook.

Contained In

PublishObjects, XML

Subelements

PublishObject

Remarks

One or more subelements can be specified.

Example

This example defines an interactive chart that has been published to a Web page using the Chart component. The file is called ChtPage.htm in the C:\Source folder.


 <x:PublishObjects>
  <x:PublishObject>
   <x:Id>501</x:Id>
   <x:DivID>print_501</x:DivID>
   <x:SourceType>SourceChart</x:SourceType>
   <x:Source>Chart 1</x:Source>
   <x:HtmlType>HtmlChart</x:HtmlType>
   <x:Location HRef="C:\Source\ChtPage.htm"/>
  </x:PublishObject>
 </x:PublishObjects>