Definition Type: Attribute
Name: DefaultRowHeight
Namespace: urn:schemas-microsoft-com:office:excel
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
Default 255
Form Qualified
Use Optional
Documentation:
Specifies the default height in points of rows in the table.
Collapse XSD Schema Diagram:
XSD Diagram of DefaultRowHeight in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="DefaultRowHeight" type="xsd:decimal" default="255" form="qualified" use="optional">
    <xsd:annotation>
        <xsd:documentation>Specifies the default height in points of rows in the table.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>