SpreadJS Documentation
isContextSensitive Method
Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs);
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.