SpreadJS Documentation
rowFilter Method
Gets the row filter for the table.
Syntax
var instance = new GcSpread.Sheets.SheetTable(name, row, col, rowCount, colCount, style);
var value; // Type: HideRowFilter
value = instance.rowFilter();
function rowFilter() : HideRowFilter;

Return Value

The row filter.
See Also

Reference

SheetTable type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.