ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / Item Property

In This Topic
    Item Property (ValueIntervalCollection)
    In This Topic
    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