Share via


CategoryFilterExceptions Constructors

Definition

Overloads

CategoryFilterExceptions()

Initializes a new instance of the CategoryFilterExceptions class.

CategoryFilterExceptions(OpenXmlElement[])

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

CategoryFilterExceptions(IEnumerable<OpenXmlElement>)

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

CategoryFilterExceptions(String)

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

CategoryFilterExceptions()

Initializes a new instance of the CategoryFilterExceptions class.

public CategoryFilterExceptions ();
Public Sub New ()

Applies to

CategoryFilterExceptions(OpenXmlElement[])

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

public CategoryFilterExceptions (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CategoryFilterExceptions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CategoryFilterExceptions(String)

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

public CategoryFilterExceptions (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to