ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentList Class / Add Method

In This Topic
    Add Method (AppointmentList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As Appointment _
    ) 
    public void Add( 
       Appointment item
    )

    Parameters

    item
    See Also