Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FontColorSortField Class / FontColorSortField Constructor / FontColorSortField Constructor(IRange,Color,SortOrder)
Column index of sort range.
The font color.
The sort order.
In This Topic
    FontColorSortField Constructor(IRange,Color,SortOrder)
    In This Topic
    Sorts the font color.
    Syntax
    public FontColorSortField( 
       IRange key,
       Color color,
       SortOrder order
    )

    Parameters

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