TotalsRowFormula Constructors

Definition

Overloads

TotalsRowFormula()

Initializes a new instance of the TotalsRowFormula class.

TotalsRowFormula(String)

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

TotalsRowFormula()

Initializes a new instance of the TotalsRowFormula class.

public TotalsRowFormula ();
Public Sub New ()

Applies to

TotalsRowFormula(String)

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

public TotalsRowFormula (string text);
new DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula : string -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to