Groups Constructors

Definition

Overloads

Groups()

Initializes a new instance of the Groups class.

Groups(OpenXmlElement[])

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

Groups(IEnumerable<OpenXmlElement>)

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

Groups(String)

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

Groups()

Initializes a new instance of the Groups class.

public Groups ();
Public Sub New ()

Applies to

Groups(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Groups(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Groups(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to