Represents a filter which can filter cells based on specific, fixed values, which are allowed to display.

Inheritance

Gets or sets the calendar type used to interpret values in the collection.

public CalendarType CalendarType { get; set; }

Gets the collection of fixed date groups which should be filtered in.

public FixedDateGroupCollection DateGroups { get; }

Gets the collection of cell text values which should be filtered in.

public DisplayValueCollection DisplayValues { get; }

Gets or sets the value which indicates whether blank cells should be filtered in.

public bool IncludeBlanks { get; set; }