共用方式為


RichValue Constructors

Definition

Overloads

RichValue()

Initializes a new instance of the RichValue class.

RichValue(OpenXmlElement[])

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

RichValue(IEnumerable<OpenXmlElement>)

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

RichValue(String)

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

RichValue()

Initializes a new instance of the RichValue class.

public RichValue ();
Public Sub New ()

Applies to

RichValue(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValue(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValue(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to