Name | Description | |
---|---|---|
![]() | AddColumn | Overloaded. Adds a filter column definition to the row filter. |
![]() | AddFilteredOutRow | Adds 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. |
![]() | ClearFilteredRows | Overloaded. Internal use only. Removes all temporary filter settings including the filtered-in list and filtered-out list. |
![]() | Deserialize | Loads the object from XML. (Inherited from FarPoint.Win.ISerializeSupport) |
![]() | GetColumnFilterBy | Gets the string selected in the drop-down list of filters for the specified column. |
![]() | GetColumnFilterIndexFromColumnIndex | Gets the column filter index for the specified column. |
![]() | GetFilterColumnDefinition | Gets the filter column definition for the specified column. |
![]() | GetFilteredColumnIndexes | Gets an array of column indexes where row filters exist. |
![]() | GetFilteredInRows | Internal use only. Gets the the filtered-in rows for the specified column. |
![]() | GetFilteredOutRowList | Gets the list of rows that are filtered out. |
![]() | GetIntersectedFilteredInRows | Overloaded. Gets the intersection of the filtered-in rows for all the filtered columns. |
![]() | IsFiltered | Determines whether the specified column is filtered. |
![]() | IsRowFilteredOut | Determines whether the specified row is filtered out. |
![]() | MoveFilters | Internal use only. Moves the filter column(s) to another location. |
![]() | OnDataModelChanged | Internal use only. Event handler for when the sheet data model changes. |
![]() | RemoveColumn | Removes a filter column definition from the row filter. |
![]() | ResetCachedIntersectedFilteredInRowIndexes | Internal use only. Resets the cached array of filtered in row indexes. |
![]() | ResetFilter | Overloaded. Resets the temporary filter settings for all columns. |
![]() | Serialize | Saves the object to XML. (Inherited from FarPoint.Win.ISerializeSupport) |
![]() | SetColumnFilterBy | Internal use only. Sets the string selected in the drop-down list of filters for the specified column. |
![]() | SetFilteredInRowList | Internal use only. Sets the list of rows currently filtered in for a specified column containing a filter definition. |
![]() | SetIsFiltered | Internal use only. Sets the isFiltered flag for the existing column filter. |
![]() | SetupEventHandlers | Sets up the event handlers to listen to the SheetView object. Intended for internal use only. |