Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / Import Method
the System.String value used as an OpenFileDialog title.

In This Topic
    Import Method (C1Schedule)
    In This Topic
    Shows the System.Windows.Forms.OpenFileDialog and tries to export data from the selected file.
    Syntax
    'Declaration
     
    Public Sub Import( _
       ByVal dialogTitle As System.String _
    ) 
    public void Import( 
       System.string dialogTitle
    )

    Parameters

    dialogTitle
    the System.String value used as an OpenFileDialog title.
    See Also