Version

FontColorInfo Property (FontColorSortCondition)

Gets the Infragistics.Documents.Excel.WorkbookColorInfo which describes the color by which the cells should be sorted.
Syntax
'Declaration
 
Public ReadOnly Property FontColorInfo As WorkbookColorInfo
public WorkbookColorInfo FontColorInfo {get;}

Property Value

The WorkbookColorInfo which describes the color by which the cells should be sorted.
Remarks

Cells of this color will be moved to the beginning of the data range for the ascending sort direction and moved to the end of the data range for the descending sort direction. All matching cells will be kept in their same relative order to each other. In addition, all non-matching cells will be kept in their same relative order to each other.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also