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

Object
   GC.Spread.Sheets.Filter.RowFilterBase
      GC.Spread.Sheets.Filter.HideRowFilter

Constructors
 NameDescription
public ConstructorRowFilterBase ConstructorRepresents a row filter base that supports row filters for filtering rows in a sheet.  
Top
Fields
 NameDescription
public FieldrangeRepresents the range for the row filter.  
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodaddFilterItemAdds a specified filter to 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 MethodisFilteredGets a value that indicates whether any row or specified column is filtered.  
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 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

GC.Spread.Sheets.Filter Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.