SpreadJS Documentation
filter Method
The index of the column to be filtered; if it is omitted, all the columns in the range will be filtered.
Filters the specified column.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: any
value = instance.filter(col);
function filter( 
   col : number
) : any;

Parameters

col
The index of the column to be filtered; if it is omitted, all the columns in the range will be filtered.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.