LimitUpper Constructors

Definition

Overloads

LimitUpper()

Initializes a new instance of the LimitUpper class.

LimitUpper(OpenXmlElement[])

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

LimitUpper(IEnumerable<OpenXmlElement>)

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

LimitUpper(String)

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

LimitUpper()

Initializes a new instance of the LimitUpper class.

public LimitUpper ();
Public Sub New ()

Applies to

LimitUpper(OpenXmlElement[])

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

public LimitUpper (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.LimitUpper : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.LimitUpper
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LimitUpper(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LimitUpper(String)

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

public LimitUpper (string outerXml);
new DocumentFormat.OpenXml.Math.LimitUpper : string -> DocumentFormat.OpenXml.Math.LimitUpper
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to