Formula Constructor (function, parameter)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Formula Constructor (function, parameter)
NamespacesYogesh.ExcelXmlFormulaFormula(String, String)
Constructs a formula and adds a string as the first parameter
Declaration Syntax
C# Visual Basic Visual C++
public Formula(
	string function,
	string parameter
)
Public Sub New ( _
	function As String, _
	parameter As String _
)
public:
Formula(
	String^ function, 
	String^ parameter
)
Parameters
function (String)
Function name
parameter (String)
String to add as parameter
Examples
CopyC#
Formula formula = new Formula("sum", "0,1");

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