Version

WorksheetFilterSettings Class Members

The following tables list the members exposed by WorksheetFilterSettings.

Public Properties
 NameDescription
Public PropertyRegionReturns the total region including the filter headers (read-only).  
Public PropertySortAndFilterAreaRegionReturns the region that the filters and sort settings are applied to (read-only).  
Public PropertySortSettingsGets the settings which determine how the data within the worksheet's filer region should be sorted.  
Public Methods
 NameDescription
Public MethodApplyAverageFilterApplies an AverageFilter to the column.  
Public MethodApplyCustomFilterOverloaded. Applies a CustomFilter to the column.  
Public MethodApplyDatePeriodFilterApplies an DatePeriodFilter to the column.  
Public MethodApplyFillFilterApplies a FillFilter to the column.  
Public MethodApplyFixedValuesFilterOverloaded. Applies a FixedValuesFilter to the column.  
Public MethodApplyFontColorFilterOverloaded. Applies a FontColorFilter to the column.  
Public MethodApplyIconFilterApplies a IconFilter to the column.  
Public MethodApplyRelativeDateRangeFilterApplies a RelativeDateRangeFilter to the column.  
Public MethodApplyTopOrBottomFilterOverloaded. Applies a TopOrBottomFilter to the column which will filter in the top 10 values in the list of sorted values.  
Public MethodApplyYearToDateFilterApplies a YearToDateFilter to the column.  
Public MethodClearFilterClears the filter that is applied to a specific column.  
Public MethodClearFiltersClears all previously applied filters  
Public MethodClearRegionClears the region as well as any existing filters and sort criteria  
Public MethodGetFilterGets the filter that is applied to a specific column.  
Public MethodReapplyFiltersRe-filters all data cells in the filter region based on the applied filters.  
Public MethodReapplySortConditionsRe-sorts all data cells in the region based on the sort conditions.  
Public MethodSetRegionOverloaded. Sets the region where the filter settings should be applied  
See Also