Note: This API is now obsolete.
Sorts the range with the given parameter.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is implemented")]
public void SortBy(
int[] iColumns,
OrderBy[] orderBy,
Color[] colors
)
<ObsoleteAttribute("the method is implemented")>
Public Sub SortBy (
iColumns As Integer(),
orderBy As OrderBy(),
colors As Color()
)
public:
[ObsoleteAttribute(L"the method is implemented")]
void SortBy(
array<int>^ iColumns,
array<OrderBy>^ orderBy,
array<Color>^ colors
)
[<ObsoleteAttribute("the method is implemented")>]
member SortBy :
iColumns : int[] *
orderBy : OrderBy[] *
colors : Color[] -> unit
Parameters
-
iColumns
-
Type:
System
Int32
Column indexes to sort.
-
orderBy
-
Type:
Spire.Xls
OrderBy
Represents the sort order.
-
colors
-
Type:
System.Drawing
Color
Colors to sort by.
See Also