IgnoredErrors Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IgnoredErrors() |
Initializes a new instance of the IgnoredErrors class. |
IgnoredErrors(OpenXmlElement[]) |
Initializes a new instance of the IgnoredErrors class with the specified child elements. |
IgnoredErrors(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the IgnoredErrors class with the specified child elements. |
IgnoredErrors(String) |
Initializes a new instance of the IgnoredErrors class from outer XML. |
IgnoredErrors()
Initializes a new instance of the IgnoredErrors class.
public IgnoredErrors ();
Public Sub New ()
Applies to
IgnoredErrors(OpenXmlElement[])
Initializes a new instance of the IgnoredErrors class with the specified child elements.
public IgnoredErrors (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
IgnoredErrors(IEnumerable<OpenXmlElement>)
Initializes a new instance of the IgnoredErrors class with the specified child elements.
public IgnoredErrors (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
IgnoredErrors(String)
Initializes a new instance of the IgnoredErrors class from outer XML.
public IgnoredErrors (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors : string -> DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.