共用方式為


TupleCache Constructors

Definition

Overloads

TupleCache()

Initializes a new instance of the TupleCache class.

TupleCache(OpenXmlElement[])

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

TupleCache(IEnumerable<OpenXmlElement>)

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

TupleCache(String)

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

TupleCache()

Initializes a new instance of the TupleCache class.

public TupleCache ();
Public Sub New ()

Applies to

TupleCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TupleCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TupleCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to