Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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 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.  
     MethodLoads the object from XML. (Inherited from FarPoint.Web.Spread.Model.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.  
     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.  
     MethodOverloaded. 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.  
     MethodOverloaded. Resets the temporary filter settings for all columns.  
     MethodSaves the object to XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport)
     MethodInternal use only. Sets the list of rows currently filtered in for a specified column containing a filter definition.  
    Top
    See Also