Specifies the column properties for this section.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Child Elements
      
        | Element | Type | Description | 
      
        | col | columnType | Represents a column in a section. If all columns are not of equal width, a col element is required for each column and the space and num attributes of the cols element should not exist. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | equalWidth | onOffType | optional | Specifies whether all columns are of equal width. |  | 
      
        | space | twipsMeasureType | optional | If all columns are of equal width, gets or sets the amount of space between each column. |  | 
      
        | num | decimalNumberType | optional | If all columns are of equal width, gets or sets the number of columns. |  | 
      
        | sep | onOffType | optional | Adds a vertical line between columns. |  | 
    
Definition
      | XML | 
|---|
| 
<xsd:complexType name="columnsType" ">
    
    <xsd:sequence minOccurs="0">
      <xsd:element name="col" type="columnType" minOccurs="2" maxOccurs="45">
        
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="equalWidth" type="onOffType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="space" type="twipsMeasureType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="num" type="decimalNumberType" use="optional">
      
    </xsd:attribute>
    <xsd:attribute name="sep" type="onOffType" use="optional">
      
    </xsd:attribute>
  </xsd:complexType>
 | 
      ©2006 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/odcXMLRefLegalNotice12.asp