ClientData.LockWithSheet 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.
Locks With Sheet Flag
Represents the following attribute in the schema: fLocksWithSheet
[DocumentFormat.OpenXml.SchemaAttr(0, "fLocksWithSheet")]
public DocumentFormat.OpenXml.BooleanValue LockWithSheet { get; set; }
public DocumentFormat.OpenXml.BooleanValue LockWithSheet { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fLocksWithSheet")]
public DocumentFormat.OpenXml.BooleanValue? LockWithSheet { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fLocksWithSheet")]
public DocumentFormat.OpenXml.BooleanValue? LockWithSheet { get; set; }
public DocumentFormat.OpenXml.BooleanValue? LockWithSheet { get; set; }
member this.LockWithSheet : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fLocksWithSheet")>]
member this.LockWithSheet : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fLocksWithSheet")>]
member this.LockWithSheet : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property LockWithSheet As BooleanValue
Property Value
Returns BooleanValue.
- Attributes