次の方法で共有


PivotCaches コンストラクター

定義

オーバーロード

PivotCaches()

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

PivotCaches(OpenXmlElement[])

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

PivotCaches(IEnumerable<OpenXmlElement>)

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

PivotCaches(String)

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

PivotCaches()

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

public PivotCaches ();
Public Sub New ()

適用対象

PivotCaches(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PivotCaches(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PivotCaches(String)

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

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

パラメーター

outerXml
String

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

適用対象