次の方法で共有


Colors コンストラクター

定義

オーバーロード

Colors()

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

Colors(OpenXmlElement[])

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

Colors(IEnumerable<OpenXmlElement>)

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

Colors(String)

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

Colors()

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

public Colors ();
Public Sub New ()

適用対象

Colors(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Colors(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Colors(String)

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

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

パラメーター

outerXml
String

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

適用対象