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

In This Topic
    IRowFilter2 Interface Members
    In This Topic

    The following tables list the members exposed by IRowFilter2.

    Public Properties
     NameDescription
     PropertyGets or sets the "(All)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets or sets the "(Blanks)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets the collection of filter column definitions for the sheet. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets the style for the border around the drop-down list of filter items. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets or sets the "(NonBlanks)" filter item string. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets or sets the sheet for this row filter. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets or sets whether the filter indicator is displayed. (Inherited from FarPoint.Win.Spread.IRowFilter)
     PropertyGets or sets rows that are not to be filtered. (Inherited from FarPoint.Win.Spread.IRowFilter)
    Top
    Public Methods
     NameDescription
     MethodAdds a filter column definition to the row filter. (Inherited from FarPoint.Win.Spread.IRowFilter)
     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. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Removes all temporary filter settings including the filtered-in list and filtered-out list. (Inherited from FarPoint.Win.Spread.IRowFilter)
     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. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodGets the column filter index for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodGets the filter column definition for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodGets an array of column indexes where row filters exist. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Gets the the filtered-in rows for the specified column. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodGets the list of rows that are filtered out. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodGets the intersection of the filtered-in rows for all the filtered columns. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodChecks whether a filter has been applied in the spread sheet.  
     MethodDetermines whether the specified column is filtered. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodDetermines whether the specified row is filtered out. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Event handler for when the sheet data model changes. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Event handler for when the sheet style model changes.  
     MethodRemoves a filter column definition from the row filter. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Resets the cached array of filtered in row indexes. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodResets the temporary filter settings for all columns. (Inherited from FarPoint.Win.Spread.IRowFilter)
     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. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Sets the list of rows currently filtered in for a specified column containing a filter definition. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodInternal use only. Sets the isFiltered flag for the existing column filter. (Inherited from FarPoint.Win.Spread.IRowFilter)
     MethodSets up the event handlers to listen to the SheetView object. Intended for internal use only. (Inherited from FarPoint.Win.Spread.IRowFilter)
    Top
    See Also