次の方法で共有


OldCell コンストラクター

定義

オーバーロード

OldCell()

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

OldCell(OpenXmlElement[])

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

OldCell(IEnumerable<OpenXmlElement>)

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

OldCell(String)

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

OldCell()

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

public OldCell ();
Public Sub New ()

適用対象

OldCell(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

OldCell(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

OldCell(String)

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

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

パラメーター

outerXml
String

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

適用対象