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

In This Topic
    Item(DataColumn) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal column As System.Data.DataColumn _
    ) As System.Object
    public System.object Item( 
       System.Data.DataColumn column
    ) {get; set;}

    Parameters

    column
    See Also