'Declaration Public Overloads Function Add( _ ByVal expression As SortExpression _ ) As Integer
public int Add( SortExpression expression )
Parameters
- expression
- The SortExpression object to add.
Return Value
The index of the added object in the current collection.