| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Sort( _ ByVal ev As ElementValue, _ ByVal order As String, _ ByVal startIndex As Integer, _ ByVal endIndex As Integer _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void Sort( ElementValue ev, string order, int startIndex, int endIndex )  | |
Parameters
- ev
 - ElementValue to sort by.
 - order
 - Takes "Desc" or "Asc" as inputs. If the string is not recognized "Asc" will be used.
 - startIndex
 - Index at which sorting starts.
 - endIndex
 - Index at which sorting stops.