Aracılığıyla paylaş


RichValueGlobalType Constructors

Definition

Overloads

RichValueGlobalType()

Initializes a new instance of the RichValueGlobalType class.

RichValueGlobalType(OpenXmlElement[])

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

RichValueGlobalType(IEnumerable<OpenXmlElement>)

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

RichValueGlobalType(String)

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

RichValueGlobalType()

Initializes a new instance of the RichValueGlobalType class.

public RichValueGlobalType ();
Public Sub New ()

Applies to

RichValueGlobalType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueGlobalType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueGlobalType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to