Share via


RichSortCondition.SortBy Property

Definition

sortBy, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: sortBy

public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues>? SortBy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sortBy")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues>? SortBy { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sortBy")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues>? SortBy { get; set; }
member this.SortBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sortBy")>]
member this.SortBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sortBy")>]
member this.SortBy : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SortByValues> with get, set
Public Property SortBy As EnumValue(Of SortByValues)

Property Value

Attributes

Applies to