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

In This Topic
    Add(String) Method
    In This Topic
    Adds an ascending SortExpression specified by the expression text to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal expression As String _
    ) As SortExpression
    public SortExpression Add( 
       string expression
    )

    Parameters

    expression
    The sort expression text.

    Return Value

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