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( SortOrder[] sortOrders, SortOrientation sortOrientation, bool caseSensitive )
Public Sub Sort ( sortOrders As SortOrder(), sortOrientation As SortOrientation, caseSensitive As Boolean )
public: void Sort( array<SortOrder>^ sortOrders, SortOrientation sortOrientation, bool caseSensitive )
member Sort : sortOrders : SortOrder[] * sortOrientation : SortOrientation * caseSensitive : bool -> unit