Share via


FunctionProperties Constructors

Definition

Overloads

FunctionProperties()

Initializes a new instance of the FunctionProperties class.

FunctionProperties(OpenXmlElement[])

Initializes a new instance of the FunctionProperties class with the specified child elements.

FunctionProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FunctionProperties class with the specified child elements.

FunctionProperties(String)

Initializes a new instance of the FunctionProperties class from outer XML.

FunctionProperties()

Initializes a new instance of the FunctionProperties class.

public FunctionProperties ();
Public Sub New ()

Applies to

FunctionProperties(OpenXmlElement[])

Initializes a new instance of the FunctionProperties class with the specified child elements.

public FunctionProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.FunctionProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.FunctionProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FunctionProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FunctionProperties class with the specified child elements.

public FunctionProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Math.FunctionProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.FunctionProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FunctionProperties(String)

Initializes a new instance of the FunctionProperties class from outer XML.

public FunctionProperties (string outerXml);
new DocumentFormat.OpenXml.Math.FunctionProperties : string -> DocumentFormat.OpenXml.Math.FunctionProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to