A Sandcastle Documented Class Library
Formula Constructor
Namespaces ► Yogesh.ExcelXml ► Formula ► Formula()()()

Icon | Member | Description |
---|---|---|
![]() |
Formula(String) |
Constructs a formula without any parameters
|
![]() |
Formula(String, Range) |
Constructs a formula and adds a range as the first parameter
|
![]() |
Formula(String, String) |
Constructs a formula and adds a string as the first parameter
|
![]() |
Formula(String, Formula) |
Constructs a formula and adds another formula as the first parameter
|
![]() |
Formula(String, Range, Predicate<(Of <(Cell>)>)) |
Constructs a formula and adds a filtered range as the first parameter
|