类 FontColorSortField

java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.FontColorSortField
所有已实现的接口:
IFontColorSortField, ISortField

public class FontColorSortField extends SortFieldBase implements IFontColorSortField
Represents the color sort.
  • 构造器详细资料

    • FontColorSortField

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

      public FontColorSortField(IRange key, Color color, SortOrder order)
      Sorts the font color.
      参数:
      key - Column index of sort range.
      color - The font color.
      order - The sort order.
  • 方法详细资料