Definition Type: Attribute
Name: Hidden
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Default 0
Documentation:
Specifies whether an element is visible. The Hidden attribute can be applied to the NamedRange, Column, and Row elements.
Collapse XSD Schema Diagram:
XSD Diagram of Hidden in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="Hidden" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether an element is visible. The Hidden attribute can be applied to the NamedRange, Column, and Row elements.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>