Spread Windows Forms 12.0 Product Documentation
FormulaEngine Class Members
Properties  Methods 


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

The following tables list the members exposed by FormulaEngine.

Public Properties
 NameDescription
Public PropertyGets or sets the translated column count of current reference source when we unparse the expression to formula.  
Public PropertyGets or sets the translated row count of current reference source when we unparse the expression to formula.  
Public PropertyGets the current System.Globalization.CultureInfo object for parsing and unparsing process.  
Public PropertyGets a value indicating whether the current parsing mode is A1 reference style.  
Top
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 MethodParses the specified formula text to expression.  
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 cell 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 cell reference in R1C1 reference style.  
Public MethodStops verifying whether the R1C1 reference is unbound or not.  
Top
Protected Methods
 NameDescription
Protected MethodFinalizes an instance of the FormulaEngine class.  
Top
See Also

Reference

FormulaEngine Class
GrapeCity.CalcEngine Namespace