Members Constructors

Definition

Overloads

Members()

Initializes a new instance of the Members class.

Members(OpenXmlElement[])

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

Members(IEnumerable<OpenXmlElement>)

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

Members(String)

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

Members()

Initializes a new instance of the Members class.

public Members ();
Public Sub New ()

Applies to

Members(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Members(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Members(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to