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

Parameters

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

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.