GrapeCity.Xaml.CalcEngine
IsContextSensitive Property (CalcColumnFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcColumnFunction Class : IsContextSensitive Property
Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsContextSensitive As Boolean
'Usage
 
Dim instance As CalcColumnFunction
Dim value As Boolean
 
value = instance.IsContextSensitive
public override bool IsContextSensitive {get;}

Property Value

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

Reference

CalcColumnFunction Class
CalcColumnFunction Members