Gets or sets the Infragistics.Documents.Excel.CellFill by which the cells should be filtered. Syntax Property Value The CellFill by which the cells should be filtered. Exceptions Exception Description System.ArgumentNullException The value assigned is null. Remarks Cells of with this fill will be visible in the th...
Abstract base class for all filters which filters cells in a worksheet. Syntax
Represents a fixed range of dates. Syntax
A collection of fixed date groups. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Adds a fixed date group to the collection. Syntax Parameters item The fixed date group to add to the collection. Exceptions Exception Description System.ArgumentNullException item is null. System.ArgumentException item is already in the collection.
Clears the collection. Syntax Exceptions Exception Description System.InvalidOperationException The collection is owned by a FixedValuesFilter which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.