TableFormulaType Constructors

Definition

Overloads

TableFormulaType()

Initializes a new instance of the TableFormulaType class.

TableFormulaType(String)

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

TableFormulaType()

Initializes a new instance of the TableFormulaType class.

protected TableFormulaType ();
Protected Sub New ()

Applies to

TableFormulaType(String)

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

protected TableFormulaType (string text);
new DocumentFormat.OpenXml.Spreadsheet.TableFormulaType : string -> DocumentFormat.OpenXml.Spreadsheet.TableFormulaType
Protected Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to