Defines the protection properties that should be used for cells to which the defined style is applied.
Namespace | urn:schemas-microsoft-com:office:spreadsheet |
Schema name | XML Spreadsheet 2002 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
Protected | TrueFalseType | optional | Specifies whether a cell is protected. When the worksheet is unprotected, enabling protection on individual cells has no effect. |
|
x:HideFormula | external ref | optional | See external namespace. | See external namespace. |
<xsd:complexType name="ProtectionType" >
<xsd:attribute form="qualified" name="Protected" type="TrueFalseType" use="optional" default="1">
</xsd:attribute>
<xsd:attribute ref="x:HideFormula" use="optional" default="1" />
</xsd:complexType>