ComponentOne MultiSelect for WinForms
Item Property (ValueIntervalCollection)

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 Integer _
) As ValueInterval
public ValueInterval this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

ValueIntervalCollection Class
ValueIntervalCollection Members