Share via


RichValueTypeKeyFlags Constructors

Definition

Overloads

RichValueTypeKeyFlags()

Initializes a new instance of the RichValueTypeKeyFlags class.

RichValueTypeKeyFlags(OpenXmlElement[])

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

RichValueTypeKeyFlags(IEnumerable<OpenXmlElement>)

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

RichValueTypeKeyFlags(String)

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

RichValueTypeKeyFlags()

Initializes a new instance of the RichValueTypeKeyFlags class.

public RichValueTypeKeyFlags ();
Public Sub New ()

Applies to

RichValueTypeKeyFlags(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RichValueTypeKeyFlags(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RichValueTypeKeyFlags(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to