Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface
Properties Methods

In This Topic
    IEvaluationContext Interface Members
    In This Topic

    The following tables list the members exposed by IEvaluationContext.

    Public Properties
     NameDescription
     PropertyGets the total number of columns inside a formula array.  
     PropertyGets the column offset of the cell inside a formula array.  
     PropertyGets the total number of rows inside a formula array.  
     PropertyGets the row offset of the cell inside a formula array.  
     PropertyGets a value indicating whether calculation caching is enabled.  
     PropertyGets the column index of the cell whose formula is being evaluated.  
     PropertyGets the row index of the cell whose formula is being evaluated.  
     PropertyGets whether the date system used to convert a date to a serial value starts since 1/1/1904.  
     PropertyGets or sets the calculation error.  
     PropertyProcessing date time is compatible with Lotus123. It assumes that 1900 is not a leap year.  
     PropertyGets the current language package for calculation.  
     PropertyGets the reference source where the formula is being evaluated.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Allocates a new IValue object.  
     MethodCasts the specified System.Double value to System.Int32 value.  
     MethodCasts the specified System.Double value to System.Int64 value.  
     MethodOverloaded. Deallocates the last created IValue object.  
     MethodEnters the specified evaluating context.  
     MethodOverloaded. Evaluates the specified expression and returns the evaluated result via result parameter.  
     MethodExits from the current evaluating context back to the previous evaluating context.  
     MethodGets the range cache.  
     MethodGet the IValue object at the specified index.  
    Top
    See Also