SortColumn Class |
Namespace: Spire.Xls.Core.Spreadsheet.Sorting
The SortColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() |
SortColumn(SortColumns, Int32, String ) |
Initializes a new instance of the SortColumn class with the specified parent, key, and custom sort order.
|
![]() |
SortColumn(SortColumns, Int32, SortComparsionType, OrderBy) |
Initializes a new instance of the SortColumn class with the specified parent, key, sort comparison type, and order by.
|
Name | Description | |
---|---|---|
![]() |
Color |
Represents the color to sort. Throws exception when SortOn type is Values.
|
![]() |
ComparsionType |
Represents the sort by in the range.
|
![]() |
CustomSortOrder |
Represents the custom sort order data.
|
![]() |
Key |
Represents the column to be sorted on.
|
![]() |
Order |
Represents the sort order.
|
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
.)
|
![]() |
SetLevel |
Sets sorting level.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|