Formula Constructor (function, formula)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Formula Constructor (function, formula)
NamespacesYogesh.ExcelXmlFormulaFormula(String, Formula)
Constructs a formula and adds another formula as the first parameter
Declaration Syntax
C# Visual Basic Visual C++
public Formula(
	string function,
	Formula formula
)
Public Sub New ( _
	function As String, _
	formula As Formula _
)
public:
Formula(
	String^ function, 
	Formula^ formula
)
Parameters
function (String)
Function name
formula (Formula)
Another formula to add to this formula's parameter list

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158