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

In This Topic
    AddValue Method (Tally)
    In This Topic
    Adds a value to the Tally, updating the associated summary statistics.
    Syntax
    'Declaration
     
    
    Public Sub AddValue( _
       ByVal value As System.Object _
    ) 
    public void AddValue( 
       System.object value
    )

    Parameters

    value
    Value to add to the Tally
    See Also