Definition Type: Element
Name: Protection
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:ProtectionType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines the protection properties of cells to which the defined style is applied.
Collapse XSD Schema Diagram:
Drilldown into HideFormula in schema excel_xsd Drilldown into Protected in schema excelss_xsd Drilldown into ProtectionType in schema excelss_xsdXSD Diagram of Protection in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Protection" type="ProtectionType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Defines the protection properties of cells to which the defined style is applied.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Protected ss:Protected 1 Optional
HideFormula x:HideFormula Optional
Collapse Derivation Tree: