GroupLevel Constructors

Definition

Overloads

GroupLevel()

Initializes a new instance of the GroupLevel class.

GroupLevel(OpenXmlElement[])

Initializes a new instance of the GroupLevel class with the specified child elements.

GroupLevel(IEnumerable<OpenXmlElement>)

Initializes a new instance of the GroupLevel class with the specified child elements.

GroupLevel(String)

Initializes a new instance of the GroupLevel class from outer XML.

GroupLevel()

Initializes a new instance of the GroupLevel class.

public GroupLevel ();
Public Sub New ()

Applies to

GroupLevel(OpenXmlElement[])

Initializes a new instance of the GroupLevel class with the specified child elements.

public GroupLevel (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.GroupLevel : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.GroupLevel
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupLevel(IEnumerable<OpenXmlElement>)

Initializes a new instance of the GroupLevel class with the specified child elements.

public GroupLevel (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.GroupLevel : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.GroupLevel
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupLevel(String)

Initializes a new instance of the GroupLevel class from outer XML.

public GroupLevel (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.GroupLevel : string -> DocumentFormat.OpenXml.Spreadsheet.GroupLevel
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to