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