AutoRepublish element

Specifies where in the HTML document to place the published objects.

Usage

      
<AutoRepublish />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
PublishObjects Contains information about all published items in a workbook.

Child Elements

Element Description
DivID Contains the unique identifier used to identify an HTML DIV element on a Web page. The element is associated with an item in a document that is published to a Web page. The item can be an entire workbook, a worksheet, a selected print range, an AutoFilter range, a range of cells, a chart, a PivotTable report, or a query table.

Attributes

None.

Definition

      
<xsd:element name="AutoRepublish" minOccurs="0" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="DivID" type="xsd:string" maxOccurs="unbounded">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp