Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class
Properties Methods


In This Topic
    DefaultRowFilter Class Members
    In This Topic

    The following tables list the members exposed by DefaultRowFilter.

    Public Properties
     NameDescription
    Public PropertyGets or sets the all filter items string.  
    Public PropertyGets or sets the blanks (empty cells) string.  
    Public PropertyGets the collection of filter column definitions.  
    Public PropertyGets or sets the style for the drop-down list of filter items.  
    Public PropertyGets or sets whether frozen rows are filtered.  
    Public PropertyGets or sets the non-blanks (non-empty cells) string.  
    Public PropertyGets or sets the sheet associated with this row filter.  
    Public PropertyGets or sets whether the filter indicator should be displayed.  
    Public PropertyGets or sets unfiltered rows.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a filter column definition to the row filter.  
    Public MethodInternal use only. Adds a row to the list of rows currently filtered-out by the combined settings of the filtered columns.  
    Public MethodOverloaded. Internal use only. Removes all temporary filter settings, including the filtered-in list and filtered-out list.  
    Public MethodLoads the object from XML.  
    Public MethodInternal use only. Gets the string selected in the filter drop-down list for the specified column.  
    Public MethodGets the column filter index from the specified column.  
    Public MethodGets the filter column definition from the specified column.  
    Public MethodGets an array of column indexes where row filters exist.  
    Public MethodInternal use only. Gets the rows that are filtered in for the specified column.  
    Public MethodInternal use only. Gets the list of indexes of the filtered-out rows.  
    Public MethodOverloaded. Internal use only. Gets the intersection of the filtered-in rows for all the filtered columns.  
    Public MethodChecks whether a filter has been applied in the spread sheet.  
    Public MethodInternal use only. Gets whether the specified column is filtered.  
    Public MethodDetermines whether the specified row is filtered out.  
    Public MethodOverloaded. Moves the filter column(s) to another location.  
    Public MethodOccurs when the data model has changed.  
    Public MethodOccurs when the filter column definition collection has changed.  
    Public MethodOccurs when the style model has changed.  
    Public MethodRemoves a filter column definition from the row filter.  
    Public MethodInternal use only. Resets the cached intersected filtered-in row indexes.  
    Public MethodOverloaded. Resets the filter settings for the entire row filter.  
    Public MethodSaves the object to XML.  
    Public MethodInternal use only. Sets the string selected in the filter drop-down list for the specified column.  
    Public MethodInternal use only. Sets the list of rows currently filtered-in for a specified column containing a filter definition.  
    Public MethodInternal use only. Sets whether the specified column is filtered.  
    Public MethodInternal use only. Sets up the event handlers.  
    Top
    See Also