Represents a filter which can filter cells based on specific, fixed values, which are allowed to display.
Inheritance
object
Properties
Section titled "Properties"CalendarType
Section titled "CalendarType"Gets or sets the calendar type used to interpret values in the collection.
public CalendarType CalendarType { get; set; } DateGroups
Section titled "DateGroups"Gets the collection of fixed date groups which should be filtered in.
public FixedDateGroupCollection DateGroups { get; } DisplayValues
Section titled "DisplayValues"Gets the collection of cell text values which should be filtered in.
public DisplayValueCollection DisplayValues { get; } IncludeBlanks
Section titled "IncludeBlanks"Gets or sets the value which indicates whether blank cells should be filtered in.
public bool IncludeBlanks { get; set; }