Udostępnij za pośrednictwem


RichValueTypesInfo Constructors

Definition

Overloads

RichValueTypesInfo()

Initializes a new instance of the RichValueTypesInfo class.

RichValueTypesInfo(OpenXmlElement[])

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

RichValueTypesInfo(IEnumerable<OpenXmlElement>)

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

RichValueTypesInfo(String)

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

RichValueTypesInfo()

Initializes a new instance of the RichValueTypesInfo class.

public RichValueTypesInfo ();
Public Sub New ()

Applies to

RichValueTypesInfo(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueTypesInfo(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueTypesInfo(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to