次の方法で共有


PivotFormats コンストラクター

定義

オーバーロード

PivotFormats()

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

PivotFormats(OpenXmlElement[])

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

PivotFormats(IEnumerable<OpenXmlElement>)

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

PivotFormats(String)

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

PivotFormats()

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

public PivotFormats ();
Public Sub New ()

適用対象

PivotFormats(OpenXmlElement[])

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

public PivotFormats (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.PivotFormats : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PivotFormats(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PivotFormats(String)

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

public PivotFormats (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.PivotFormats : string -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象