Definition Type: ComplexType
Name: CT_SheetFormatPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into outlineLevelCol in schema sml-sheet_xsd Drilldown into outlineLevelRow in schema sml-sheet_xsd Drilldown into thickBottom in schema sml-sheet_xsd Drilldown into thickTop in schema sml-sheet_xsd Drilldown into zeroHeight in schema sml-sheet_xsd Drilldown into customHeight in schema sml-sheet_xsd Drilldown into defaultRowHeight in schema sml-sheet_xsd Drilldown into defaultColWidth in schema sml-sheet_xsd Drilldown into baseColWidth in schema sml-sheet_xsdXSD Diagram of CT_SheetFormatPr in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SheetFormatPr">
    <xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8">
        <xsd:annotation>
            <xsd:documentation>Base Column Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defaultColWidth" type="xsd:double" use="optional">
        <xsd:annotation>
            <xsd:documentation>Default Column Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="defaultRowHeight" type="xsd:double" use="required">
        <xsd:annotation>
            <xsd:documentation>Default Row Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Custom Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="zeroHeight" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Hidden By Default</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Thick Top Border</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="thickBottom" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Thick Bottom Border</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Maximum Outline Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Column Outline Level</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
baseColWidth nsM:baseColWidth 8 Optional
defaultColWidth nsM:defaultColWidth Optional
defaultRowHeight nsM:defaultRowHeight Required
customHeight nsM:customHeight false Optional
zeroHeight nsM:zeroHeight false Optional
thickTop nsM:thickTop false Optional
thickBottom nsM:thickBottom false Optional
outlineLevelRow nsM:outlineLevelRow 0 Optional
outlineLevelCol nsM:outlineLevelCol 0 Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetFormatPr, nsM:sheetFormatPr, nsM:sheetFormatPr