isContextSensitive Method
In This Topic
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,
functionDescription.description,
functionDescription.parameter,
functionDescription.parameter.name,
functionDescription.parameter.repeatable,
functionDescription.parameter.optional);
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