PatternFill コンストラクター

定義

オーバーロード

PatternFill()

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

PatternFill(OpenXmlElement[])

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

PatternFill(IEnumerable<OpenXmlElement>)

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

PatternFill(String)

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

PatternFill()

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

public PatternFill ();
Public Sub New ()

適用対象

PatternFill(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PatternFill(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PatternFill(String)

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

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

パラメーター

outerXml
String

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

適用対象