次の方法で共有


CellType コンストラクター

定義

オーバーロード

CellType()

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

CellType(OpenXmlElement[])

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

CellType(IEnumerable<OpenXmlElement>)

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

CellType(String)

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

CellType()

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

protected CellType ();
Protected Sub New ()

適用対象

CellType(OpenXmlElement[])

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

protected CellType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CellType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CellType(IEnumerable<OpenXmlElement>)

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

protected CellType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CellType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CellType(String)

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

protected CellType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CellType : string -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象