Definition Type: Element
Name: sheetProtection
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Type: nsM:CT_SheetProtection
Containing Schema: sml-sheet.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Sheet Protection
Collapse XSD Schema Diagram:
Drilldown into selectUnlockedCells in schema sml-sheet_xsd Drilldown into pivotTables in schema sml-sheet_xsd Drilldown into autoFilter in schema sml-sheet_xsd Drilldown into sort in schema sml-sheet_xsd Drilldown into selectLockedCells in schema sml-sheet_xsd Drilldown into deleteRows in schema sml-sheet_xsd Drilldown into deleteColumns in schema sml-sheet_xsd Drilldown into insertHyperlinks in schema sml-sheet_xsd Drilldown into insertRows in schema sml-sheet_xsd Drilldown into insertColumns in schema sml-sheet_xsd Drilldown into formatRows in schema sml-sheet_xsd Drilldown into formatColumns in schema sml-sheet_xsd Drilldown into formatCells in schema sml-sheet_xsd Drilldown into scenarios in schema sml-sheet_xsd Drilldown into objects in schema sml-sheet_xsd Drilldown into sheet in schema sml-sheet_xsd Drilldown into password in schema sml-sheet_xsd Drilldown into CT_SheetProtection in schema sml-sheet_xsdXSD Diagram of sheetProtection in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Sheet Protection</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
password nsM:password Optional
sheet nsM:sheet false Optional
objects nsM:objects false Optional
scenarios nsM:scenarios false Optional
formatCells nsM:formatCells true Optional
formatColumns nsM:formatColumns true Optional
formatRows nsM:formatRows true Optional
insertColumns nsM:insertColumns true Optional
insertRows nsM:insertRows true Optional
insertHyperlinks nsM:insertHyperlinks true Optional
deleteColumns nsM:deleteColumns true Optional
deleteRows nsM:deleteRows true Optional
selectLockedCells nsM:selectLockedCells false Optional
sort nsM:sort true Optional
autoFilter nsM:autoFilter true Optional
pivotTables nsM:pivotTables true Optional
selectUnlockedCells nsM:selectUnlockedCells false Optional
Collapse Derivation Tree: