SpreadJS Documentation
addTop10Filter Method
The column index.
The comparison type.
The item count of the top 10 condition.
Adds the top 10 filter for the row filter.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: any
value = instance.addTop10Filter(col, compareType, rank);
function addTop10Filter( 
   col : number,
   compareType : Top10ConditionType,
   rank : number
) : any;

Parameters

col
The column index.
compareType
The comparison type.
rank
The item count of the top 10 condition.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.