FormulaRange 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
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.