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