PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public int Add( 
       SortExpression expression
    )

    Parameters

    expression
    The SortExpression object to add.

    Return Value

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