共用方式為


SupportingPropertyBagStructures Constructors

Definition

Overloads

SupportingPropertyBagStructures()

Initializes a new instance of the SupportingPropertyBagStructures class.

SupportingPropertyBagStructures(OpenXmlElement[])

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

SupportingPropertyBagStructures(IEnumerable<OpenXmlElement>)

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

SupportingPropertyBagStructures(String)

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

SupportingPropertyBagStructures()

Initializes a new instance of the SupportingPropertyBagStructures class.

public SupportingPropertyBagStructures ();
Public Sub New ()

Applies to

SupportingPropertyBagStructures(OpenXmlElement[])

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

public SupportingPropertyBagStructures (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SupportingPropertyBagStructures(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SupportingPropertyBagStructures(String)

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

public SupportingPropertyBagStructures (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to