Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class
Properties Methods


In This Topic
    FormulaEngine Class Members
    In This Topic

    The following tables list the members exposed by FormulaEngine.

    Public Properties
     NameDescription
    Public PropertyGet column separator character from current culture  
    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.  
    Public PropertyGets a boolean value indicating whether the context is in exporting process.  
    Public PropertyGets a boolean value indicating whether the context is in importing process.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference...  
    Public Methodstatic (Shared in Visual Basic)Appends the column name of the structured reference.  
    Public MethodClones the specified expression.  
    Public MethodOverloaded. Enters the specified parsing context.  
    Public MethodExits the latest parsing context and restore the previous parsing context.  
    Public MethodGets the function from the specified name.  
    Public MethodParses the specified formula text to expression.  
    Public MethodParses the specified formula text to expression.  
    Public MethodOverloaded. Removes a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference...  
    Public Method  
    Public Method  
    Public MethodSets the language package.  
    Public MethodMark this FormulaEngine as exporting state.  
    Public MethodMark this FormulaEngine as importing state.  
    Public MethodUn-mark this FormulaEngine from exporting state.  
    Public MethodUn-mark this FormulaEngine from importing state.  
    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 MethodOverloaded. Unparses 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 A1 reference style.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Unparses the specified reference source  
    Public MethodStops verifying whether the R1C1 reference is unbound or not.  
    Top
    See Also