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