Represents a filter which will filter cells based on their font colors.

FontColorFilter

new FontColorFilter(a: IFilterable, b: WorkbookColorInfo): FontColorFilter

Returns FontColorFilter

Gets or sets the [[WorkbookColorInfo]] which describes the font color by which the cells should be filtered.

get fontColorInfo(): WorkbookColorInfo

Returns WorkbookColorInfo

set fontColorInfo(a: WorkbookColorInfo): void

Parameters

Returns void