XmlProperties Constructors

Definition

Overloads

XmlProperties()

Initializes a new instance of the XmlProperties class.

XmlProperties(OpenXmlElement[])

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

XmlProperties(IEnumerable<OpenXmlElement>)

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

XmlProperties(String)

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

XmlProperties()

Initializes a new instance of the XmlProperties class.

public XmlProperties ();
Public Sub New ()

Applies to

XmlProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

XmlProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

XmlProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to