CacheSource Constructors

Definition

Overloads

CacheSource()

Initializes a new instance of the CacheSource class.

CacheSource(OpenXmlElement[])

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

CacheSource(IEnumerable<OpenXmlElement>)

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

CacheSource(String)

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

CacheSource()

Initializes a new instance of the CacheSource class.

public CacheSource ();
Public Sub New ()

Applies to

CacheSource(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CacheSource(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CacheSource(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to