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
.