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