SpreadJS Documentation
isColumnFiltered Method
The column index.
Determines whether the specified column is filtered.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: boolean
value = instance.isColumnFiltered(col);
function isColumnFiltered( 
   col : number
) : boolean;

Parameters

col
The column index.

Return Value

true if the column is filtered; otherwise, false.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.