共用方式為


IgnoredError Constructors

Definition

Overloads

IgnoredError()

Initializes a new instance of the IgnoredError class.

IgnoredError(OpenXmlElement[])

Initializes a new instance of the IgnoredError class with the specified child elements.

IgnoredError(IEnumerable<OpenXmlElement>)

Initializes a new instance of the IgnoredError class with the specified child elements.

IgnoredError(String)

Initializes a new instance of the IgnoredError class from outer XML.

IgnoredError()

Initializes a new instance of the IgnoredError class.

public IgnoredError ();
Public Sub New ()

Applies to

IgnoredError(OpenXmlElement[])

Initializes a new instance of the IgnoredError class with the specified child elements.

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

IgnoredError(IEnumerable<OpenXmlElement>)

Initializes a new instance of the IgnoredError class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

IgnoredError(String)

Initializes a new instance of the IgnoredError class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to