datasorter-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.sorting
class datasorter

java.lang.object
  extended by com.spire.xls.core.spreadsheet.sorting.datasorter

public class datasorter
extends java.lang.object

this class used to sort the range.


constructor summary
datasorter(java.lang.object parentobject)
           
 
method summary
 sortcolumns getsortcolumns()
          represents the sort fields collection.
 boolean iscasesensitive()
          indicates whether to perform case sensitive sort.
 boolean isincludetitle()
          indicates whether the cell range has title.
 void setsortedway(sortedwaytype value)
           
 void sort(cellrange range)
          sorts the range based on the sort fields.
 
constructor detail

datasorter

public datasorter(java.lang.object parentobject)
method detail

iscasesensitive

public boolean iscasesensitive()
indicates whether to perform case sensitive sort.

isincludetitle

public boolean isincludetitle()
indicates whether the cell range has title.

getsortcolumns

public sortcolumns getsortcolumns()
represents the sort fields collection.

setsortedway

public void setsortedway(sortedwaytype value)

sort

public void sort(cellrange range)
sorts the range based on the sort fields.
parameters:
range -


网站地图