Version

Fill Property (FillFilter)

Gets or sets the Infragistics.Documents.Excel.CellFill by which the cells should be filtered.
Syntax
public CellFill Fill {get; set;}

Property Value

The CellFill by which the cells should be filtered.
Exceptions
ExceptionDescription
System.ArgumentNullException The value assigned is null.
Remarks

Cells of with this fill will be visible in the the data range. All other cells will be hidden.

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