共用方式為


RichFilterColumn Constructors

Definition

Overloads

RichFilterColumn()

Initializes a new instance of the RichFilterColumn class.

RichFilterColumn(OpenXmlElement[])

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

RichFilterColumn(IEnumerable<OpenXmlElement>)

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

RichFilterColumn(String)

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

RichFilterColumn()

Initializes a new instance of the RichFilterColumn class.

public RichFilterColumn ();
Public Sub New ()

Applies to

RichFilterColumn(OpenXmlElement[])

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

public RichFilterColumn (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichFilterColumn(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichFilterColumn(String)

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

public RichFilterColumn (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to