CacheField Constructors

Definition

Overloads

CacheField()

Initializes a new instance of the CacheField class.

CacheField(OpenXmlElement[])

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

CacheField(IEnumerable<OpenXmlElement>)

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

CacheField(String)

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

CacheField()

Initializes a new instance of the CacheField class.

public CacheField ();
Public Sub New ()

Applies to

CacheField(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CacheField(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CacheField(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to