Share via


FormulaRange Constructors

Definition

Overloads

FormulaRange()

Initializes a new instance of the FormulaRange class.

FormulaRange(String)

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

FormulaRange()

Initializes a new instance of the FormulaRange class.

public FormulaRange ();
Public Sub New ()

Applies to

FormulaRange(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to