SheetProtection.Sort Property

Definition

Sort Locked

Represents the following attribute in the schema: sort

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

Property Value

Returns BooleanValue.

Attributes

Applies to