Version

Search Results

Fill Property (FillFilter)

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...

Filter Class

Abstract base class for all filters which filters cells in a worksheet. Syntax

FixedDateGroup Class

Represents a fixed range of dates. Syntax

FixedDateGroupCollection Class

A collection of fixed date groups. Syntax

FixedDateGroupCollection Class Members

Public Properties Public Methods

Add Method (FixedDateGroupCollection)

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.

Clear Method (FixedDateGroupCollection)

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.