次の方法で共有


Formulas コンストラクター

定義

オーバーロード

Formulas()

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

Formulas(OpenXmlElement[])

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

Formulas(IEnumerable<OpenXmlElement>)

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

Formulas(String)

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

Formulas()

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

public Formulas ();
Public Sub New ()

適用対象

Formulas(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Formulas(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Formulas(String)

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

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

パラメーター

outerXml
String

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

適用対象