SimpleField.FieldLock 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.
Field Should Not Be Recalculated
Represents the following attribute in the schema: w:fldLock
[DocumentFormat.OpenXml.SchemaAttr(23, "fldLock")]
public DocumentFormat.OpenXml.OnOffValue FieldLock { get; set; }
public DocumentFormat.OpenXml.OnOffValue FieldLock { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "fldLock")]
public DocumentFormat.OpenXml.OnOffValue? FieldLock { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:fldLock")]
public DocumentFormat.OpenXml.OnOffValue? FieldLock { get; set; }
public DocumentFormat.OpenXml.OnOffValue? FieldLock { get; set; }
member this.FieldLock : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "fldLock")>]
member this.FieldLock : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:fldLock")>]
member this.FieldLock : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property FieldLock As OnOffValue
Property Value
Returns EnumValue<T>.
- Attributes