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

Parameters

col
The column index.
compareType
The text comparison type.
text
The text for comparison.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.