ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / Tally Class / Add Method
Expression to add to the Tally.

In This Topic
    Add Method (Tally)
    In This Topic
    Adds an Expression to the Tally, updating the associated summary statistics.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal e As Expression _
    ) 
    public void Add( 
       Expression e
    )

    Parameters

    e
    Expression to add to the Tally.
    See Also