SpreadJS Documentation
rowFilter Method
The row filter for the sheet.
Gets or sets the row filter for the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var returnValue; // Type: HideRowFilter
returnValue = instance.rowFilter(value);
function rowFilter( 
   value : HideRowFilter
) : HideRowFilter;

Parameters

value
The row filter for the sheet.

Return Value

The row filter for the sheet.
Example
This example creates a row filter.
activeSheet.rowFilter(new HideRowFilter(new Range(1,1,10,3));
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.