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