Table of Contents

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

bool

IsIncludeTitle

Indicates whether the cell range has title.

public bool IsIncludeTitle { get; set; }

Property Value

bool

Orientation

public SortOrientationType Orientation { get; set; }

Property Value

SortOrientationType

SortColumns

public SortColumns SortColumns { get; set; }

Property Value

SortColumns

SortLeftToRight

public bool SortLeftToRight { get; set; }

Property Value

bool

SortedWay

public SortedWayType SortedWay { get; set; }

Property Value

SortedWayType

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)

Parameters

iColumns int[]
orderBy OrderBy[]
colors Color[]