ComponentOne Input for WinForms
Item Property (ValueIntervalCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ValueIntervalCollection Class : Item Property
Gets the collection element at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As ValueInterval
public ValueInterval this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members