DataSorter Class |
Namespace: Spire.Xls.Core.Spreadsheet.Sorting
The DataSorter type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IsCaseSensitive |
Indicates whether to perform case sensitive sort.
|
![]() |
IsIncludeTitle |
Indicates whether the cell range has title.
|
![]() |
Orientation |
Represents the sort orientation.
|
![]() |
SortColumns |
Represents the SortFields Collection.
|
![]() |
SortedWay |
Represents the algorithm to sort.
|
![]() |
SortLeftToRight |
True means that sorting orientation is from left to right.
False means that sorting orientation is from top to bottom.
The default value is false.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Sort |
Sorts the range based on the sort fields.
|
![]() |
SortBy |
Obsolete.
Sorts the range with the given parameter.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|