Version

ApplyFontColorFilter(WorkbookColorInfo) Method

Syntax
public FontColorFilter ApplyFontColorFilter( 
   WorkbookColorInfo fontColorInfo
)

Parameters

fontColorInfo
A WorkbookColorInfo which describes the font color by which the cells should be filtered.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionfontColorInfo is null.
System.InvalidOperationExceptionThe WorksheetTable.IsFilterUIVisible value of the owning table is False. Filters cannot be applied when the header row or filter button is 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