Adds an Expression to the current collection.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public int Add( Expression expression ) |
Visual Basic |
---|
Public Function Add ( _ expression As Expression _ ) As Integer |
Parameters
- expression
- Type: C1.C1Preview.DataBinding..::..Expression
The Expression to add.