SpreadJS Documentation
addNumberFilter Method
The column index.
The comparison type.
The number for comparison.
Adds the number filter for the row filter.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: any
value = instance.addNumberFilter(col, compareType, num);
function addNumberFilter( 
   col : number,
   compareType : GeneralCompareType,
   num : number
) : any;

Parameters

col
The column index.
compareType
The comparison type.
num
The number for comparison.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.