GcSpread.Sheets.Calc.Functions Namespace > Function type : isContextSensitive Method |
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs); var value; // Type: boolean value = instance.isContextSensitive();
function isContextSensitive() : boolean;
true
if the evaluation of the function is dependent on the context; otherwise, false
.