ComponentOne Binding Expressions for WPF and Silverlight
AddValue Method (Tally)

C1.WPF.Binding Namespace > Tally Class : AddValue Method
Value to add to the Tally
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

Reference

Tally Class
Tally Members