Authors Constructors

Definition

Overloads

Authors()

Initializes a new instance of the Authors class.

Authors(OpenXmlElement[])

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

Authors(IEnumerable<OpenXmlElement>)

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

Authors(String)

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

Authors()

Initializes a new instance of the Authors class.

public Authors ();
Public Sub New ()

Applies to

Authors(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Authors(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Authors(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to