Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IconSortField Class / IconSortField Constructor / IconSortField Constructor(IRange,IIcon,SortOrder)
The column index.
The icon.
The sort order.
In This Topic
    IconSortField Constructor(IRange,IIcon,SortOrder)
    In This Topic
    Sorts the icon.
    Syntax
    public IconSortField( 
       IRange key,
       IIcon icon,
       SortOrder order
    )

    Parameters

    key
    The column index.
    icon
    The icon.
    order
    The sort order.
    See Also