Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / ImportRow Method

In This Topic
    ImportRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ImportRow( _
       ByVal row As System.Data.DataRow _
    ) 
    public void ImportRow( 
       System.Data.DataRow row
    )

    Parameters

    row
    See Also