共用方式為


RichValueStructures Constructors

Definition

Overloads

RichValueStructures()

Initializes a new instance of the RichValueStructures class.

RichValueStructures(OpenXmlElement[])

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

RichValueStructures(IEnumerable<OpenXmlElement>)

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

RichValueStructures(String)

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

RichValueStructures()

Initializes a new instance of the RichValueStructures class.

public RichValueStructures ();
Public Sub New ()

Applies to

RichValueStructures(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueStructures(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueStructures(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to