Spread Windows Forms 13.0 Product Documentation
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 column index of the cell whose formula is being evaluated.  
     PropertyGets the row index of the cell whose formula is being evaluated.  
     PropertyGets or sets the calculation error.  
     Property  
     PropertyGets the reference source where the formula is being evaluated.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Allocates a new IValue object.  
     MethodOverloaded. Deallocates the last created IValue object.  
     MethodEnters the specified evaluating context.  
     MethodEvaluates the specified expression and returns the evaluated result via result parameter.  
     MethodExits from the current evaluating context back to the previous evaluating context.  
     MethodGet the IValue object at the specified index.  
    Top
    See Also