Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DynamicFilter Class
Members


DynamicFilter Class
This collection specifies dynamic filter criteria. These criteria are considered dynamic because they can change, either with the data itself (e.g., "above average") or with the current system date (e.g., show values for "today"). For any cells whose values do not meet the specified criteria, the corresponding rows shall be hidden from view when the filter is applied.
Syntax
'Declaration
 
Public Class DynamicFilter 
   Inherits Filter
 
'Usage
 
Dim instance As DynamicFilter
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Filter
      GrapeCity.Spreadsheet.DynamicFilter

See Also