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