Share via


LimitLower Constructors

Definition

Overloads

LimitLower()

Initializes a new instance of the LimitLower class.

LimitLower(OpenXmlElement[])

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

LimitLower(IEnumerable<OpenXmlElement>)

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

LimitLower(String)

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

LimitLower()

Initializes a new instance of the LimitLower class.

public LimitLower ();
Public Sub New ()

Applies to

LimitLower(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LimitLower(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LimitLower(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to