ComponentOne Input for WinForms
Remove Method (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : Remove Method
The ValueInterval to remove from the collection.
Removes a specific value interval from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal vi As ValueInterval _
) 
public void Remove( 
   ValueInterval vi
)

Parameters

vi
The ValueInterval to remove from the collection.
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members