GrapeCity.Windows.SpreadSheet.Data Namespace : HideRowFilter Class |
For a list of all members of this type, see HideRowFilter members.
Name | Description | |
---|---|---|
![]() | AddAverageFilter | Adds the average filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddBackgroundFilter | Adds the background filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddDateFilter | Adds the date filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddFilterItem | Overridden. Adds a specified filter to the row filter. |
![]() | AddForegroundFilter | Adds the foreground filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddNumberFilter | Adds the number filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddRowFilteredIn | Filters the specified row. |
![]() | AddTextFilter | Adds the text filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | AddTop10Filter | Adds the top 10 filter for the row filter. (Inherited from GrapeCity.Windows.SpreadSheet.Data.RowFilterBase) |
![]() | ClearFilterItems | Removes all filters for every column. |
![]() | Filter | Overloaded. Overridden. Filters all columns. |
![]() | GetColumnSortState | Gets the current sort state. |
![]() | GetFilterableBackgroundColorItems | Gets the background colors for filtered data to be displayed in the drop-down list for the specified column. |
![]() | GetFilterableDataItems | Overridden. Gets the data that can be filtered and is to be displayed in the drop-down list for the specified column. |
![]() | GetFilterableForeColorItems | Gets the foreground colors for filtered data to be displayed in the drop-down list for the specified column. |
![]() | GetFilteredColumns | Gets the indexes of columns that are filtered. |
![]() | GetFilteredItems | Overridden. Gets all the filtered conditions. |
![]() | GetFilterItems | Overridden. Gets the filters for the specified column. |
![]() | GetSorttedColumnIndex | Gets the sorted column index. |
![]() | IsColumnFiltered | Overridden. Determines whether the specified column is filtered. |
![]() | IsRowFilteredOut | Overridden. Determines whether the specified row is filtered out. |
![]() | IsSortted | Gets whether the filter is sorted. |
![]() | ReFilter | Overridden. Refreshes all the filters. |
![]() | RemoveFilterItems | Overridden. Removes the filter for the specified column. |
![]() | Reset | Overridden. Clears all filters. |
![]() | SortColumn | Sorts the specified column in the specified order. |
![]() | ToString | Returns a System.String that represents the current System.Object. |
![]() | Unfilter | Overloaded. Overridden. Removes the filter for all columns. |
Name | Description | |
---|---|---|
![]() | OnAddColumns | Overridden. Adds columns to the filter after the specified column. |
![]() | OnAddRows | Overridden. Adds rows to the filter after the specified row. |
![]() | OnClear | Overridden. Removes filters from the specified range |
![]() | OnCopy | Overridden. Copies filters from the start range and pastes into a range of cells at the end location. |
![]() | OnMove | Overridden. Moves filters from the start range to a range of cells at the end location. |
![]() | OnRemoveColumns | Overridden. Removes columns from the filter starting with the specified column. |
![]() | OnRemoveRows | Overridden. Removes rows in the filter from the specified row. |
![]() | OnSwap | Overridden. Swaps filters in the specified range from one location to another. |