PivotCacheRecord コンストラクター

定義

オーバーロード

PivotCacheRecord()

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

PivotCacheRecord(OpenXmlElement[])

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

PivotCacheRecord(IEnumerable<OpenXmlElement>)

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

PivotCacheRecord(String)

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

PivotCacheRecord()

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

public PivotCacheRecord ();
Public Sub New ()

適用対象

PivotCacheRecord(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PivotCacheRecord(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PivotCacheRecord(String)

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

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

パラメーター

outerXml
String

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

適用対象