TotalsRowFormula Constructors
Definition
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.
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.