OpenXmlFormulaElement Constructors
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.
OpenXmlFormulaElement() |
Initializes a new instance of the OpenXmlFormulaElement class. |
OpenXmlFormulaElement(String) |
Initializes a new instance of the OpenXmlFormulaElement class with the specified text content. |
Initializes a new instance of the OpenXmlFormulaElement class.
C#
protected OpenXmlFormulaElement ();
Protected Sub New ()
Applies to
DocumentFormat.OpenXml 3.0.1 och andra versioner
Produkt | Versioner |
---|---|
DocumentFormat.OpenXml | 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |
Initializes a new instance of the OpenXmlFormulaElement class with the specified text content.
C#
protected OpenXmlFormulaElement (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlFormulaElement : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlFormulaElement
Protected Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.
Applies to
DocumentFormat.OpenXml 3.0.1 och andra versioner
Produkt | Versioner |
---|---|
DocumentFormat.OpenXml | 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |