Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilterSlim Interface
Properties Methods

In This Topic
    IRowFilterSlim Interface Members
    In This Topic

    The following tables list the members exposed by IRowFilterSlim.

    Public Properties
     NameDescription
     PropertyGets or sets the "(All)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets or sets the "(Blanks)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets the collection of filter column definitions for the sheet. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets or sets the "(NonBlanks)" filter item string. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets or sets a value which indicates that the filtered row list will be reset if there is no filtered row.  
     PropertyGets or sets the sheet for this row filter. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets or sets whether the filter indicator is displayed. (Inherited from FarPoint.Web.Spread.IRowFilter)
     PropertyGets or sets a value that indicates whether the row filter provides a filtered-out row list.  
     PropertyGets or sets rows that are not to be filtered. (Inherited from FarPoint.Web.Spread.IRowFilter)
    Top
    Public Methods
     NameDescription
     MethodAdds a filter column definition to the row filter. (Inherited from FarPoint.Web.Spread.IRowFilter)
     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. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodGets the column filter index for the specified column. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodGets the filter column definition for the specified column. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodGets an array of column indexes where row filters exist. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodGets the list of rows that are filtered out. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodOverloaded. Gets the intersection of the filtered-in rows for all the filtered columns.  
     MethodDetermines whether the specified column is filtered. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodDetermines whether the specified row is filtered out. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodMoves the filter column(s) to another location. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodInternal use only. Event handler for when the sheet data model changes. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodRemoves a filter column definition from the row filter. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodResets the temporary filter settings for all columns. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodResumes listening data model.  
     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. (Inherited from FarPoint.Web.Spread.IRowFilter)
     MethodSuspends listening data model. Row filter will not be changed after the data model has changed.  
    Top
    See Also