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