Formula Class

Yogesh.ExcelXml

A Sandcastle Documented Class Library Formula Class
NamespacesYogesh.ExcelXmlFormula
Formula is a formula builder class which can be stored directly in a cell
Declaration Syntax
C# Visual Basic Visual C++
public class Formula
Public Class Formula
public ref class Formula
Members
All Members Constructors Methods Properties



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

Add(Range)
Adds a range as a parameter in a formula

Add(String)
Adds a string as a parameter in a formula

Add(Formula)
Adds another formula as a parameter in a formula

Add(Range, Predicate<(Of <(Cell>)>))
Adds a filtered range as a parameter

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MustHaveParameters
Check to force parameters in function

Parameters
Readonly list of formula paramters

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Formula

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