OldFormula Constructors

Definition

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.

Applies to