共用方式為


RichValueType Constructors

Definition

Overloads

RichValueType()

Initializes a new instance of the RichValueType class.

RichValueType(OpenXmlElement[])

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

RichValueType(IEnumerable<OpenXmlElement>)

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

RichValueType(String)

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

RichValueType()

Initializes a new instance of the RichValueType class.

public RichValueType ();
Public Sub New ()

Applies to

RichValueType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to