Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface
Properties Methods

In This Topic
    IRowFilter Interface Members
    In This Topic

    The following tables list the members exposed by IRowFilter.

    Public Properties
     NameDescription
     PropertyGets or sets the "(All)" filter item string.  
     PropertyGets or sets the "(Blanks)" filter item string.  
     PropertyGets the collection of filter column definitions for the sheet.  
     PropertyGets the style for the border around the drop-down list of filter items.  
     PropertyGets or sets the "(NonBlanks)" filter item string.  
     PropertyGets or sets the sheet for this row filter.  
     PropertyGets or sets whether the filter indicator is displayed.  
     PropertyGets or sets rows that are not to be filtered.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Adds a filter column definition to the row filter.  
     MethodAdds a row to the filtered-out row list, which is the list of rows currently filtered-out by the combined settings of the filtered columns.  
     MethodOverloaded. Internal use only. Removes all temporary filter settings including the filtered-in list and filtered-out list.  
     MethodLoads the object from XML. (Inherited from FarPoint.Win.ISerializeSupport)
     MethodGets the string selected in the drop-down list of filters for the specified column.  
     MethodGets the column filter index for the specified column.  
     MethodGets the filter column definition for the specified column.  
     MethodGets an array of column indexes where row filters exist.  
     MethodInternal use only. Gets the the filtered-in rows for the specified column.  
     MethodGets the list of rows that are filtered out.  
     MethodOverloaded. Gets the intersection of the filtered-in rows for all the filtered columns.  
     MethodDetermines whether the specified column is filtered.  
     MethodDetermines whether the specified row is filtered out.  
     MethodInternal use only. Moves the filter column(s) to another location.  
     MethodInternal use only. Event handler for when the sheet data model changes.  
     MethodRemoves a filter column definition from the row filter.  
     MethodInternal use only. Resets the cached array of filtered in row indexes.  
     MethodOverloaded. Resets the temporary filter settings for all columns.  
     MethodSaves the object to XML. (Inherited from FarPoint.Win.ISerializeSupport)
     MethodInternal use only. Sets the string selected in the drop-down list of filters for the specified column.  
     MethodInternal use only. Sets the list of rows currently filtered in for a specified column containing a filter definition.  
     MethodInternal use only. Sets the isFiltered flag for the existing column filter.  
     MethodSets up the event handlers to listen to the SheetView object. Intended for internal use only.  
    Top
    See Also