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