Class DataSorter
- Namespace
- Spire.Xls.Core.Spreadsheet.Sorting
- Assembly
- Spire.XLS.dll
public class DataSorter : IDataSort
- Inheritance
-
DataSorter
- Implements
- Inherited Members
Properties
IsCaseSensitive
Indicates whether to perform case sensitive sort.
public bool IsCaseSensitive { get; set; }
Property Value
IsIncludeTitle
Indicates whether the cell range has title.
public bool IsIncludeTitle { get; set; }
Property Value
Orientation
public SortOrientationType Orientation { get; set; }
Property Value
SortColumns
public SortColumns SortColumns { get; set; }
Property Value
SortLeftToRight
public bool SortLeftToRight { get; set; }
Property Value
SortedWay
public SortedWayType SortedWay { get; set; }
Property Value
Methods
Sort(CellRange)
public void Sort(CellRange range)
Parameters
range
CellRange
SortBy(int[], OrderBy[], Color[])
[Obsolete("the method is implemented")]
public void SortBy(int[] iColumns, OrderBy[] orderBy, Color[] colors)