Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.C1Schedule.Printing Namespace / PrintInfo Class / Print Method / Print(Appointment) Method
The C1.C1Schedule.Appointment object to print.

In This Topic
    Print(Appointment) Method
    In This Topic
    Sends the specified C1.C1Schedule.Appointment object to the printer.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal appointment As Appointment _
    ) 
    public void Print( 
       Appointment appointment
    )

    Parameters

    appointment
    The C1.C1Schedule.Appointment object to print.
    See Also