Share via


Lock.Selection Property

Definition

Selection Lock

Represents the following attribute in the schema: selection

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to