[]
        
(Showing Draft Content)

C1.Win.C1Input.ValueIntervalCollection.Insert

Insert Method

Insert(int, ValueInterval)

Inserts a new value interval to the collection at the specified position.

Declaration
public void Insert(int index, ValueInterval vi)
Public Sub Insert(index As Integer, vi As ValueInterval)
Parameters
Type Name Description
int index

The zero-based index at which ValueInterval should be inserted.

ValueInterval vi

The ValueInterval to insert.