PivotField.SortType 属性

定义

自动排序类型

表示架构中的以下属性:sortType

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

属性值

返回 EnumValue<T>

属性

适用于