次の方法で共有


IndexedColors コンストラクター

定義

オーバーロード

IndexedColors()

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

IndexedColors(OpenXmlElement[])

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

IndexedColors(IEnumerable<OpenXmlElement>)

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

IndexedColors(String)

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

IndexedColors()

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

public IndexedColors ();
Public Sub New ()

適用対象

IndexedColors(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

IndexedColors(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

IndexedColors(String)

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

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

パラメーター

outerXml
String

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

適用対象