次の方法で共有


ExternalBook コンストラクター

定義

オーバーロード

ExternalBook()

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

ExternalBook(OpenXmlElement[])

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

ExternalBook(IEnumerable<OpenXmlElement>)

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

ExternalBook(String)

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

ExternalBook()

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

public ExternalBook ();
Public Sub New ()

適用対象

ExternalBook(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ExternalBook(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ExternalBook(String)

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

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

パラメーター

outerXml
String

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

適用対象