Adds an ascending SortExpression specified by the expression text to the current collection.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public SortExpression Add(
	string expression
)
Visual Basic
Public Function Add ( _
	expression As String _
) As SortExpression

Parameters

expression
Type: System..::..String
The sort expression text.

Return Value

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

See Also