ComponentOne Input for WinForms
Add Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : Add Method
The ValueInterval to add.
Adds a new value interval to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal vi As ValueInterval _
) 
public void Add( 
   ValueInterval vi
)

Parameters

vi
The ValueInterval to add.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members