var instance = new GC.Spread.Sheets.ConditionalFormatting.Condition(conditionType, args); var value; // Type: Array value = instance.getValidList(evaluator, baseRow, baseColumn);
function getValidList( evaluator : object, baseRow : number, baseColumn : number ) : Array;
Parameters
- evaluator
- The evaluator that can evaluate an expression or a function.
- baseRow
- The base row index for evaluation.
- baseColumn
- The base column index for evaluation.
Return Value
The list of valid data items.