CacheFieldExtensionList Constructors   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CacheFieldExtensionList() | Initializes a new instance of the CacheFieldExtensionList class. | 
| CacheFieldExtensionList(OpenXmlElement[]) | Initializes a new instance of the CacheFieldExtensionList class with the specified child elements. | 
| CacheFieldExtensionList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CacheFieldExtensionList class with the specified child elements. | 
| CacheFieldExtensionList(String) | Initializes a new instance of the CacheFieldExtensionList class from outer XML. | 
CacheFieldExtensionList()
Initializes a new instance of the CacheFieldExtensionList class.
public CacheFieldExtensionList();Public Sub New ()Applies to
CacheFieldExtensionList(OpenXmlElement[])
Initializes a new instance of the CacheFieldExtensionList class with the specified child elements.
public CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionListPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CacheFieldExtensionList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CacheFieldExtensionList class with the specified child elements.
public CacheFieldExtensionList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionListPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CacheFieldExtensionList(String)
Initializes a new instance of the CacheFieldExtensionList class from outer XML.
public CacheFieldExtensionList(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList : string -> DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionListPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.