FilterColumn Constructors

Definition

Overloads

FilterColumn()

Initializes a new instance of the FilterColumn class.

FilterColumn(OpenXmlElement[])

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

FilterColumn(IEnumerable<OpenXmlElement>)

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

FilterColumn(String)

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

FilterColumn()

Initializes a new instance of the FilterColumn class.

public FilterColumn ();
Public Sub New ()

Applies to

FilterColumn(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FilterColumn(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FilterColumn(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to