C1.PrintDocument.4.8 Assembly / C1.C1Preview.DataBinding Namespace / SortExpressionCollection Class / Add Method / Add(SortExpression) Method
The SortExpression object to add.

In This Topic
Add(SortExpression) Method
In This Topic
Adds a SortExpression object to the current collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal expression As SortExpression _
) As Integer
 

Parameters

expression
The SortExpression object to add.

Return Value

The index of the added object in the current collection.
See Also