Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / Export Method
an System.Object to export. This parameter can be one of the next:
the System.String value used as a SaveFileDialog title.

In This Topic
    Export Method (C1Schedule)
    In This Topic
    Shows the System.Windows.Forms.SaveFileDialog and exports specified data to the selected file.
    Syntax
    'Declaration
     
    Public Sub Export( _
       ByVal parameter As System.Object, _
       ByVal dialogTitle As System.String _
    ) 
    public void Export( 
       System.object parameter,
       System.string dialogTitle
    )

    Parameters

    parameter
    an System.Object to export. This parameter can be one of the next:
    dialogTitle
    the System.String value used as a SaveFileDialog title.
    See Also