Share via


Parameters Constructors

Definition

Overloads

Parameters()

Initializes a new instance of the Parameters class.

Parameters(OpenXmlElement[])

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

Parameters(IEnumerable<OpenXmlElement>)

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

Parameters(String)

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

Parameters()

Initializes a new instance of the Parameters class.

public Parameters ();
Public Sub New ()

Applies to

Parameters(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Parameters(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Parameters(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to