WorkbookProtection.LockRevision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lock Revisions
Represents the following attribute in the schema: lockRevision
[DocumentFormat.OpenXml.SchemaAttr(0, "lockRevision")]
public DocumentFormat.OpenXml.BooleanValue LockRevision { get; set; }
public DocumentFormat.OpenXml.BooleanValue LockRevision { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lockRevision")]
public DocumentFormat.OpenXml.BooleanValue? LockRevision { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lockRevision")]
public DocumentFormat.OpenXml.BooleanValue? LockRevision { get; set; }
public DocumentFormat.OpenXml.BooleanValue? LockRevision { get; set; }
member this.LockRevision : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lockRevision")>]
member this.LockRevision : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lockRevision")>]
member this.LockRevision : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property LockRevision As BooleanValue
Property Value
Returns BooleanValue.
- Attributes