ComponentOne Input for WinForms
Insert Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : Insert Method
The zero-based index at which ValueInterval should be inserted.
The ValueInterval to insert.
Inserts a new value interval to the collection at the specified position.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal vi As ValueInterval _
) 
public void Insert( 
   System.int index,
   ValueInterval vi
)

Parameters

index
The zero-based index at which ValueInterval should be inserted.
vi
The ValueInterval to insert.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members