共用方式為


SortRules.SortMethod Property

Definition

sortMethod, this property is only available in Office 2021 and later.

Represents the following attribute in the schema: sortMethod

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

Property Value

Attributes

Applies to