次の方法で共有


MdxSet.SortingOrder プロパティ

定義

並べ替え順序を設定する

スキーマ内の次の属性を表します。

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

プロパティ値

EnumValue<T> を返します。

属性

適用対象