次の方法で共有


PivotCacheDefinition コンストラクター

定義

オーバーロード

PivotCacheDefinition()

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

PivotCacheDefinition(OpenXmlElement[])

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

PivotCacheDefinition(IEnumerable<OpenXmlElement>)

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

PivotCacheDefinition(String)

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

PivotCacheDefinition()

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

public PivotCacheDefinition ();
Public Sub New ()

適用対象

PivotCacheDefinition(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PivotCacheDefinition(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PivotCacheDefinition(String)

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

public PivotCacheDefinition (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition : string -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象