Filters Constructors

Definition

Overloads

Filters()

Initializes a new instance of the Filters class.

Filters(OpenXmlElement[])

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

Filters(IEnumerable<OpenXmlElement>)

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

Filters(String)

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

Filters()

Initializes a new instance of the Filters class.

public Filters ();
Public Sub New ()

Applies to

Filters(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Filters(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Filters(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to