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