Definition Type: Attribute
Name: FullColumns
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:OneZeroType
Containing Schema: excel.xsd
Default 0
Form Qualified
Use Optional
Documentation:
Indicates that the source clip has full columns. WebCalc will set x:FullColumns to 1 when the data in the table represents full columns of data. Excel will save x:FullColumns to 1 if the <Table> extends the full height.
Collapse XSD Schema Diagram:
XSD Diagram of FullColumns in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="FullColumns" default="0" type="OneZeroType" form="qualified" use="optional">
    <xsd:annotation>
        <xsd:documentation>Indicates that the source clip has full columns. WebCalc will set x:FullColumns to 1 when the data in the table represents full columns of data. Excel will save x:FullColumns to 1 if the &lt;Table&gt; extends the full height.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: