Definition Type: Attribute
Name: FullRows
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 rows. WebCalc will set x:FullRows to 1 when the data in the table represents full rows of data. Excel will save x:FullRows to 1 if the <Table> extends the full width.
Collapse XSD Schema Diagram:
XSD Diagram of FullRows in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="FullRows" default="0" type="OneZeroType" form="qualified" use="optional">
    <xsd:annotation>
        <xsd:documentation>Indicates that the source clip has full rows. WebCalc will set x:FullRows to 1 when the data in the table represents full rows of data. Excel will save x:FullRows to 1 if the &lt;Table&gt; extends the full width.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: