PivotFilter Constructors

Definition

Overloads

PivotFilter()

Initializes a new instance of the PivotFilter class.

PivotFilter(OpenXmlElement[])

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

PivotFilter(IEnumerable<OpenXmlElement>)

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

PivotFilter(String)

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

PivotFilter()

Initializes a new instance of the PivotFilter class.

public PivotFilter ();
Public Sub New ()

Applies to

PivotFilter(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotFilter(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotFilter(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to