次の方法で共有


FunctionGroups コンストラクター

定義

オーバーロード

FunctionGroups()

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

FunctionGroups(OpenXmlElement[])

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

FunctionGroups(IEnumerable<OpenXmlElement>)

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

FunctionGroups(String)

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

FunctionGroups()

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

public FunctionGroups ();
Public Sub New ()

適用対象

FunctionGroups(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

FunctionGroups(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

FunctionGroups(String)

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

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

パラメーター

outerXml
String

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

適用対象