CustomerDataList 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
| CustomerDataList() | Initializes a new instance of the CustomerDataList class. | 
| CustomerDataList(OpenXmlElement[]) | Initializes a new instance of the CustomerDataList class with the specified child elements. | 
| CustomerDataList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CustomerDataList class with the specified child elements. | 
| CustomerDataList(String) | Initializes a new instance of the CustomerDataList class from outer XML. | 
CustomerDataList()
Initializes a new instance of the CustomerDataList class.
public CustomerDataList();Public Sub New ()Applies to
CustomerDataList(OpenXmlElement[])
Initializes a new instance of the CustomerDataList class with the specified child elements.
public CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Presentation.CustomerDataList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.CustomerDataListPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CustomerDataList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CustomerDataList class with the specified child elements.
public CustomerDataList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Presentation.CustomerDataList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.CustomerDataListPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CustomerDataList(String)
Initializes a new instance of the CustomerDataList class from outer XML.
public CustomerDataList(string outerXml);new DocumentFormat.OpenXml.Presentation.CustomerDataList : string -> DocumentFormat.OpenXml.Presentation.CustomerDataListPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.