OldFormula 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
OldFormula() |
Initializes a new instance of the OldFormula class. |
OldFormula(String) |
Initializes a new instance of the OldFormula class with the specified text content. |
OldFormula()
Initializes a new instance of the OldFormula class.
public OldFormula ();
Public Sub New ()
Applies to
OldFormula(String)
Initializes a new instance of the OldFormula class with the specified text content.
public OldFormula (string text);
new DocumentFormat.OpenXml.Spreadsheet.OldFormula : string -> DocumentFormat.OpenXml.Spreadsheet.OldFormula
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.