Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / FontColorSortField Class / FontColorSortField Constructor
Column index of sort range.
The font color.
The sort order.
In This Topic
    FontColorSortField Constructor
    In This Topic
    Sorts the font color.
    Syntax
    public FontColorSortField( 
       IRange key,
       System.Drawing.Color color,
       SortOrder order
    )

    Parameters

    key
    Column index of sort range.
    color
    The font color.
    order
    The sort order.
    See Also