SpreadJS Documentation
RowFilterBase type
Represents a row filter base that supports row filters for filtering rows in a sheet.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
function RowFilterBase;
Inheritance Hierarchy

Object
   GcSpread.Sheets.RowFilterBase
      GcSpread.Sheets.HideRowFilter

Constructors
 NameDescription
public ConstructorRowFilterBase ConstructorRepresents a row filter base that supports row filters for filtering rows in a sheet.  
Top
Fields
 NameDescription
public FieldrangeGets or sets the range for the row filter.  
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodaddAverageFilterAdds the average filter for the row filter.  
public MethodaddBackgroundFilterAdds the background filter for the row filter.  
public MethodaddDateFilterAdds the date filter for the row filter.  
public MethodaddFilterItemAdds a specified filter to the row filter.  
public MethodaddForegroundFilterAdds the foreground filter for the row filter.  
public MethodaddNumberFilterAdds the number filter for the row filter.  
public MethodaddTextFilterAdds the text filter for the row filter.  
public MethodaddTop10FilterAdds the top 10 filter for the row filter.  
public MethodfilterFilters the specified column.  
public MethodfilterButtonVisibleGets or sets whether the sheet column's filter button is displayed.  
public MethodfromJSONLoads the object state from the specified JSON string.  
public MethodgetFilteredItemsGets all the filtered conditions.  
public MethodgetFilterItemsGets the filters for the specified column.  
public MethodgetSortStateGets the current sort state.  
public MethodisColumnFilteredDetermines whether the specified column is filtered.  
public MethodisFilteredGets a value that indicates whether any row is filtered.  
public MethodisHideRowFilterDetermines whether the filter is HideRowFilter.  
public MethodisRowFilteredOutDetermines whether the specified row is filtered out.  
public MethodonFilterPerforms the action when some columns have just been filtered or unfiltered.  
public MethodopenFilterDialogOpens the filter dialog when the user clicks the filter button.  
public MethodreFilterRefreshes all the filters.  
public MethodremoveFilterItemsRemoves the specified filter.  
public MethodresetClears all filters.  
public MethodsortColumnSorts the specified column in the specified order.  
public MethodtoJSONSaves the object state to a JSON string.  
public MethodunfilterRemoves the filter from the specified column.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.