Definition Type: Attribute
Name: HideInactiveListBorder
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
ContentType Restriction
Default false
Use Optional
Documentation:
Specifies whether the borders of inactive lists are visible.
Collapse XSD Schema Diagram:
XSD Diagram of HideInactiveListBorder in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="HideInactiveListBorder" use="optional" default="false">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the borders of inactive lists are visible.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="true" />
            <xsd:enumeration value="false" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration true
Enumeration false