PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / ExpressionCollection Class / Add Method / Add(String) Method
The text of the expression to add.

In This Topic
    Add(String) Method
    In This Topic
    Creates an Expression specified by its text, and adds it to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal expression As String _
    ) As Expression
    public Expression Add( 
       string expression
    )

    Parameters

    expression
    The text of the expression to add.

    Return Value

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