GroupCommand Constructors

Definition

Overloads

GroupCommand()

Initializes a new instance of the GroupCommand class.

GroupCommand(OpenXmlElement[])

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

GroupCommand(IEnumerable<OpenXmlElement>)

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

GroupCommand(String)

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

GroupCommand()

Initializes a new instance of the GroupCommand class.

public GroupCommand ();
Public Sub New ()

Applies to

GroupCommand(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupCommand(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupCommand(String)

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

public GroupCommand (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to