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

Parameters

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

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.