Spread Silverlight Documentation
IsContextSensitive Property (CalcIndexFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcIndexFunction 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 System.Boolean
'Usage
 
Dim instance As CalcIndexFunction
Dim value As System.Boolean
 
value = instance.IsContextSensitive
public override System.bool IsContextSensitive {get;}

Property Value

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

Reference

CalcIndexFunction Class
CalcIndexFunction Members