CellFormat.ApplyProtection Property

Definition

Apply Protection

Represents the following attribute in the schema: applyProtection

[DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")]
public DocumentFormat.OpenXml.BooleanValue ApplyProtection { get; set; }
public DocumentFormat.OpenXml.BooleanValue ApplyProtection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")]
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("applyProtection")]
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ApplyProtection { get; set; }
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "applyProtection")>]
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("applyProtection")>]
member this.ApplyProtection : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ApplyProtection As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

A boolean value indicating whether the protection formatting specified for this xf should be applied.

The possible values for this attribute are defined by the XML Schema boolean data type.

Applies to