GroupShape Constructors

Definition

Overloads

GroupShape()

Initializes a new instance of the GroupShape class.

GroupShape(OpenXmlElement[])

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

GroupShape(IEnumerable<OpenXmlElement>)

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

GroupShape(String)

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

GroupShape()

Initializes a new instance of the GroupShape class.

public GroupShape ();
Public Sub New ()

Applies to

GroupShape(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupShape(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupShape(String)

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

public GroupShape (string outerXml);
new DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape : string -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to