[]
        
(Showing Draft Content)

FontColorSortField

Class FontColorSortField

java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.FontColorSortField
All Implemented Interfaces:
IFontColorSortField, ISortField

public class FontColorSortField extends SortFieldBase implements IFontColorSortField
Represents the color sort.
  • Constructor Details

    • FontColorSortField

      public FontColorSortField(IRange key, Color color)
      Sorts the font color.
      Parameters:
      key - Column index of sort range.
      color - The font color.
    • FontColorSortField

      public FontColorSortField(IRange key, Color color, SortOrder order)
      Sorts the font color.
      Parameters:
      key - Column index of sort range.
      color - The font color.
      order - The sort order.
  • Method Details