PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / SortExpressionCollection Class / Add Method / Add(String,SortDirectionEnum) Method
The sort expression text.
The sort direction.

In This Topic
    Add(String,SortDirectionEnum) Method
    In This Topic
    Adds a SortExpression specified by the expression text and sort direction to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal expression As String, _
       ByVal sortDirection As SortDirectionEnum _
    ) As SortExpression

    Parameters

    expression
    The sort expression text.
    sortDirection
    The sort direction.

    Return Value

    The SortExpression object that was created and added to the current collection.
    See Also