datasorter-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.sorting
class datasorter
java.lang.object
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)
|
datasorter
public datasorter(java.lang.object parentobject)
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
-