Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / IsContextSensitive Property


In This Topic
    IsContextSensitive Property (CalcFunction)
    In This Topic
    Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsContextSensitive As Boolean
    'Usage
     
    Dim instance As CalcFunction
    Dim value As Boolean
     
    value = instance.IsContextSensitive
    public virtual bool IsContextSensitive {get;}

    Property Value

    true the evaluation of the function is dependent on the context; false otherwise.
    See Also