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

Parameters

col
The column index.
color
The foreground color for comparison.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.