SpreadJS Documentation
removeFilterItems Method
The column index.
Removes the specified filter.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: any
value = instance.removeFilterItems(col);
function removeFilterItems( 
   col : number
) : any;

Parameters

col
The column index.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.