ColBreaks element
Specifies the list of columns where page breaks occur.
Usage
      
<ColBreaks />
    Element Information
      
        | Element type | Anonymous | 
      
        | Namespace | urn:schemas-microsoft-com:office:excel | 
      
        | Schema name | XML Spreadsheet 2000 | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | PageBreaks | Contains information about page breaks in a spreadsheet. | 
    
Child Elements
      
        | Element | Description | 
      
        | ColBreak | Contains a single column where a page break occurs. | 
      
        | Column | Specifies the index to a column where a page break occurs. | 
    
Attributes
None.
Definition
      
<xsd:element name="ColBreaks" minOccurs="0" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="ColBreak" maxOccurs="unbounded">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Column" type="xsd:int">
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </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