Version

FontColorInfo Property (FontColorFilter)

Gets or sets the Infragistics.Documents.Excel.WorkbookColorInfo which describes the font color by which the cells should be filtered.
Syntax
public WorkbookColorInfo FontColorInfo {get; set;}

Property Value

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

Cells of this font color 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