A Sandcastle Documented Class Library
Formula Constructor (function, range)
Namespaces ► Yogesh.ExcelXml ► Formula ► Formula(String, Range)
Constructs a formula and adds a range as the first parameter


- function (String)
- Function name
- range (Range)
- Range to add as parameter


Formula formula = new Formula("sum", new Range(cell1, cell2));