次の方法で共有


Controls コンストラクター

定義

オーバーロード

Controls()

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

Controls(OpenXmlElement[])

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

Controls(IEnumerable<OpenXmlElement>)

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

Controls(String)

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

Controls()

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

public Controls ();
Public Sub New ()

適用対象

Controls(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Controls(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Controls(String)

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

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

パラメーター

outerXml
String

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

適用対象