Freigeben über


TotalsRowFormula Konstruktoren

Definition

Überlädt

TotalsRowFormula()

Initialisiert einen neuen instance der TotalsRowFormula-Klasse.

TotalsRowFormula(String)

Initialisiert eine neue instance der TotalsRowFormula-Klasse mit dem angegebenen Textinhalt.

TotalsRowFormula()

Initialisiert einen neuen instance der TotalsRowFormula-Klasse.

public TotalsRowFormula();
Public Sub New ()

Gilt für:

TotalsRowFormula(String)

Initialisiert eine neue instance der TotalsRowFormula-Klasse mit dem angegebenen Textinhalt.

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

Parameter

text
String

Gibt den Textinhalt des Elements an.

Gilt für: