Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Sort( int[] sortIndexs, SortOrder[] sortOrders, SortOrientation sortOrientation, bool caseSensitive )
Public Sub Sort ( sortIndexs As Integer(), sortOrders As SortOrder(), sortOrientation As SortOrientation, caseSensitive As Boolean )
public: void Sort( array<int>^ sortIndexs, array<SortOrder>^ sortOrders, SortOrientation sortOrientation, bool caseSensitive )
member Sort : sortIndexs : int[] * sortOrders : SortOrder[] * sortOrientation : SortOrientation * caseSensitive : bool -> unit
Parameters
- sortIndexs
- array<Int32>[]()[][]
- sortOrders
- array<SortOrder>[]()[][]
- sortOrientation
- SortOrientation
- caseSensitive
- Boolean