CustomProperties Constructors

Definition

Overloads

CustomProperties()

Initializes a new instance of the CustomProperties class.

CustomProperties(OpenXmlElement[])

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

CustomProperties(IEnumerable<OpenXmlElement>)

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

CustomProperties(String)

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

CustomProperties()

Initializes a new instance of the CustomProperties class.

public CustomProperties ();
Public Sub New ()

Applies to

CustomProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to