Version

ApplyFillFilter Method (WorksheetFilterSettings)

Applies a FillFilter to the column.
Syntax
public FillFilter ApplyFillFilter( 
   int relativeColumnIndex,
   CellFill fill
)

Parameters

relativeColumnIndex
A zero based column index relative to the Region
fill
A Infragistics.Documents.Excel.CellFill by which the cells should be filtered.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionfill is null.
System.InvalidOperationExceptionIf the Region was not set.
System.ArgumentOutOfRangeExceptionIf the relativeColumnIndex is outside of the Region.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also