Spread Windows Forms 11.0 Product Documentation
FormulaParser Class Methods


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace : FormulaParser Class

For a list of all members of this type, see FormulaParser members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference...  
Public MethodDisposes this instance.  
Public MethodOverloaded. Enters the specified parsing context.  
Public MethodExits the latest parsing context and restore the previous parsing context.  
Public MethodParses the specified formula text to expression.  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)Overloaded. Removes a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference...  
Public Method  
Public Method  
Public MethodAll unbound ranges will be parsed as #REF! when we parse in R1C1 reference style.  
Public Methodstatic (Shared in Visual Basic)Converts the string representation of a range reference in A1 format its RangeReference equivalent. A return value indicates whether the conversion succeeded or failed.  
Public Methodstatic (Shared in Visual Basic)Converts the string representation of a range reference in R1C1 format its RangeReference equivalent. A return value indicates whether the conversion succeeded or failed.  
Public MethodUnparses the specified expression to formula text.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Unparses the range reference in A1 reference style.  
Public Methodstatic (Shared in Visual Basic)Unparses the specified CalcError value.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Unparses the range reference in R1C1 reference style.  
Public MethodDon't checking whether the R1C1 reference is unbound or not.  
Top
Protected Methods
 NameDescription
Protected MethodFinalizes an instance of the FormulaParser class.  
Top
See Also

Reference

FormulaParser Class
GrapeCity.CalcEngine Namespace