Definition Type: Element
Name: Table
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:TableType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines the table to contain the cells of the current worksheet. Only one instance of a Table element is valid for a single worksheet.
Collapse XSD Schema Diagram:
Drilldown into Row in schema excelss_xsd Drilldown into Column in schema excelss_xsd Drilldown into DefaultColumnWidth in schema excel_xsd Drilldown into DefaultRowHeight in schema excel_xsd Drilldown into FullRows in schema excel_xsd Drilldown into FullColumns in schema excel_xsd Drilldown into XTableElements in schema excel_xsd Drilldown into FullRows in schema excelss_xsd Drilldown into FullColumns in schema excelss_xsd Drilldown into TopCell in schema excelss_xsd Drilldown into LeftCell in schema excelss_xsd Drilldown into StyleID in schema excelss_xsd Drilldown into ExpandedRowCount in schema excelss_xsd Drilldown into ExpandedColumnCount in schema excelss_xsd Drilldown into DefaultRowHeight in schema excelss_xsd Drilldown into DefaultColumnWidth in schema excelss_xsd Drilldown into TableType in schema excelss_xsdXSD Diagram of Table in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Table" type="TableType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Defines the table to contain the cells of the current worksheet. Only one instance of a Table element is valid for a single worksheet.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Column ss:Column 0 unbounded
Row ss:Row 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ExpandedColumnCount ss:ExpandedColumnCount Optional
ExpandedRowCount ss:ExpandedRowCount Optional
StyleID ss:StyleID Optional
LeftCell ss:LeftCell 1 Optional
TopCell ss:TopCell 1 Optional
FullColumns x:FullColumns 0 Optional
FullRows x:FullRows 0 Optional
DefaultRowHeight x:DefaultRowHeight 255 Optional
DefaultColumnWidth x:DefaultColumnWidth 8 Optional
Collapse Derivation Tree: