Lock.TextLock 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.
Text Lock
Represents the following attribute in the schema: text
[DocumentFormat.OpenXml.SchemaAttr(0, "text")]
public DocumentFormat.OpenXml.TrueFalseValue TextLock { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue TextLock { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "text")]
public DocumentFormat.OpenXml.TrueFalseValue? TextLock { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("text")]
public DocumentFormat.OpenXml.TrueFalseValue? TextLock { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? TextLock { get; set; }
member this.TextLock : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "text")>]
member this.TextLock : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("text")>]
member this.TextLock : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property TextLock As TrueFalseValue
Property Value
Returns EnumValue<T>.
- Attributes