[]
        
(Showing Draft Content)

IconSortField

Class IconSortField

java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.IconSortField
All Implemented Interfaces:
IIconSortField, ISortField

public class IconSortField extends SortFieldBase implements IIconSortField
Represents sorting by icon.
  • Constructor Details

    • IconSortField

      public IconSortField(IRange key, IIcon icon)
      Sorts the icon.
      Parameters:
      key - The column index.
      icon - The icon.
    • IconSortField

      public IconSortField(IRange key, IIcon icon, SortOrder order)
      Sorts the icon.
      Parameters:
      key - The column index.
      icon - The icon.
      order - The sort order.
  • Method Details