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