OpenXmlFormulaElement Constructors

Definition

Overloads

OpenXmlFormulaElement()

Initializes a new instance of the OpenXmlFormulaElement class.

OpenXmlFormulaElement(String)

Initializes a new instance of the OpenXmlFormulaElement class with the specified text content.

OpenXmlFormulaElement()

Initializes a new instance of the OpenXmlFormulaElement class.

C#
protected OpenXmlFormulaElement ();

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

OpenXmlFormulaElement(String)

Initializes a new instance of the OpenXmlFormulaElement class with the specified text content.

C#
protected OpenXmlFormulaElement (string text);

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