Users Constructors

Definition

Overloads

Users()

Initializes a new instance of the Users class.

Users(OpenXmlElement[])

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

Users(IEnumerable<OpenXmlElement>)

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

Users(String)

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

Users()

Initializes a new instance of the Users class.

public Users ();
Public Sub New ()

Applies to

Users(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Users(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Users(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to