Aracılığıyla paylaş


NumFilteredLiteralCache Constructors

Definition

Overloads

NumFilteredLiteralCache()

Initializes a new instance of the NumFilteredLiteralCache class.

NumFilteredLiteralCache(OpenXmlElement[])

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

NumFilteredLiteralCache(IEnumerable<OpenXmlElement>)

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

NumFilteredLiteralCache(String)

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

NumFilteredLiteralCache()

Initializes a new instance of the NumFilteredLiteralCache class.

public NumFilteredLiteralCache ();
Public Sub New ()

Applies to

NumFilteredLiteralCache(OpenXmlElement[])

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

public NumFilteredLiteralCache (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NumFilteredLiteralCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NumFilteredLiteralCache(String)

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

public NumFilteredLiteralCache (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache : string -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to