次の方法で共有


IgnoredErrors コンストラクター

定義

オーバーロード

IgnoredErrors()

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

IgnoredErrors(OpenXmlElement[])

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

IgnoredErrors(IEnumerable<OpenXmlElement>)

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

IgnoredErrors(String)

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

IgnoredErrors()

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

public IgnoredErrors ();
Public Sub New ()

適用対象

IgnoredErrors(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

IgnoredErrors(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

IgnoredErrors(String)

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

public IgnoredErrors (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors : string -> DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象