LimitUpperProperties 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
| LimitUpperProperties() | Initializes a new instance of the LimitUpperProperties class. | 
| LimitUpperProperties(OpenXmlElement[]) | Initializes a new instance of the LimitUpperProperties class with the specified child elements. | 
| LimitUpperProperties(IEnumerable<OpenXmlElement>) | Initializes a new instance of the LimitUpperProperties class with the specified child elements. | 
| LimitUpperProperties(String) | Initializes a new instance of the LimitUpperProperties class from outer XML. | 
LimitUpperProperties()
Initializes a new instance of the LimitUpperProperties class.
public LimitUpperProperties();Public Sub New ()Applies to
LimitUpperProperties(OpenXmlElement[])
Initializes a new instance of the LimitUpperProperties class with the specified child elements.
public LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Math.LimitUpperProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.LimitUpperPropertiesPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
LimitUpperProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the LimitUpperProperties class with the specified child elements.
public LimitUpperProperties(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Math.LimitUpperProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.LimitUpperPropertiesPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
LimitUpperProperties(String)
Initializes a new instance of the LimitUpperProperties class from outer XML.
public LimitUpperProperties(string outerXml);new DocumentFormat.OpenXml.Math.LimitUpperProperties : string -> DocumentFormat.OpenXml.Math.LimitUpperPropertiesPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.