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