Sorts the Elements based on an element property and order from the start index to the end index.
[Visual Basic]
Overloads Public Sub Sort( _
ByVal ev As ElementValue, _
ByVal order As String, _
ByVal startIndex As Integer, _
ByVal endIndex As Integer _
)
[C#]
public void Sort(
ElementValue ev,
string order,
int startIndex,
int endIndex
);
Series Class | Series Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.