共用方式為


RichValueTypes Constructors

Definition

Overloads

RichValueTypes()

Initializes a new instance of the RichValueTypes class.

RichValueTypes(OpenXmlElement[])

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

RichValueTypes(IEnumerable<OpenXmlElement>)

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

RichValueTypes(String)

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

RichValueTypes()

Initializes a new instance of the RichValueTypes class.

public RichValueTypes ();
Public Sub New ()

Applies to

RichValueTypes(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueTypes(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueTypes(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to