Share via


RowSortMap コンストラクター

定義

オーバーロード

RowSortMap()

RowSortMap クラスの新しいインスタンスを初期化します。

RowSortMap(OpenXmlElement[])

指定した子要素を使用して、RowSortMap クラスの新しいインスタンスを初期化します。

RowSortMap(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、RowSortMap クラスの新しいインスタンスを初期化します。

RowSortMap(String)

外部 XML から RowSortMap クラスの新しいインスタンスを初期化します。

RowSortMap()

RowSortMap クラスの新しいインスタンスを初期化します。

public RowSortMap ();
Public Sub New ()

適用対象

RowSortMap(OpenXmlElement[])

指定した子要素を使用して、RowSortMap クラスの新しいインスタンスを初期化します。

public RowSortMap (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Excel.RowSortMap : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Excel.RowSortMap
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RowSortMap(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、RowSortMap クラスの新しいインスタンスを初期化します。

public RowSortMap (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Excel.RowSortMap : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Excel.RowSortMap
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RowSortMap(String)

外部 XML から RowSortMap クラスの新しいインスタンスを初期化します。

public RowSortMap (string outerXml);
new DocumentFormat.OpenXml.Office.Excel.RowSortMap : string -> DocumentFormat.OpenXml.Office.Excel.RowSortMap
Public Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象