类 ValueSortField

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

public class ValueSortField extends SortFieldBase implements IValueSortField
Represents the sort by value field.
  • 构造器详细资料

    • ValueSortField

      public ValueSortField(IRange key)
      Specifies the normal construct method.
      参数:
      key - The column index.
    • ValueSortField

      public ValueSortField(IRange key, SortOrder order)
      Specifies the normal construct method.
      参数:
      key - The column index.
      order - The sort order.
    • ValueSortField

      public ValueSortField(IRange key, String customValues)
      Specifies the custom sort construct method.
      参数:
      key - the column index
      customValues - custom list string
  • 方法详细资料