Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IconSortField Class / IconSortField Constructor
The column index.
The icon.
The sort order.
In This Topic
    IconSortField Constructor
    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