Limit Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Limit() | Initializes a new instance of the Limit class. | 
| Limit(OpenXmlElement[]) | Initializes a new instance of the Limit class with the specified child elements. | 
| Limit(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Limit class with the specified child elements. | 
| Limit(String) | Initializes a new instance of the Limit class from outer XML. | 
Limit()
Initializes a new instance of the Limit class.
public Limit();Public Sub New ()Applies to
Limit(OpenXmlElement[])
Initializes a new instance of the Limit class with the specified child elements.
public Limit(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Math.Limit : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.LimitPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Limit(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Limit class with the specified child elements.
public Limit(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Math.Limit : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.LimitPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Limit(String)
Initializes a new instance of the Limit class from outer XML.
public Limit(string outerXml);new DocumentFormat.OpenXml.Math.Limit : string -> DocumentFormat.OpenXml.Math.LimitPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.