Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / aq Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal columnIndex As System.Integer _
    ) As System.Object
    public System.object Item( 
       System.int columnIndex
    ) {get; set;}

    Parameters

    columnIndex
    See Also