Spread.Sheets Documentation
unfilter Method
The index of the column for which to remove the filter; if it is omitted, removes the filter for all columns in the range.
Removes the filter from the specified column.
Syntax
var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range);
var value; // Type: any
value = instance.unfilter(col);
function unfilter( 
   col : number
) : any;

Parameters

col
The index of the column for which to remove the filter; if it is omitted, removes the filter for all columns in the range.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.