Spread.Sheets Documentation
isContextSensitive Method
GC.Spread.CalcEngine.Functions Namespace > Function type : isContextSensitive Method
Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
var value; // Type: boolean
value = instance.isContextSensitive();
function isContextSensitive() : boolean;

Return Value

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

Reference

Function type