Protection.Locked Property

Definition

Cell Locked

Represents the following attribute in the schema: locked

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

Property Value

Returns BooleanValue.

Attributes

Applies to