SpreadJS Documentation
findTestArgument Method
Finds the test argument when this function is branched.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs);
var value; // Type: number
value = instance.findTestArgument();
function findTestArgument() : number;

Return Value

Indicates the index of the argument that would be treated as the test condition.
See Also

Reference

Function type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.