Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / StatusList Class / Item Property

In This Topic
    Item Property (StatusList)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As Status
    public Status this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also