Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / AddRange Method

In This Topic
    AddRange Method (AppointmentCollection)
    In This Topic
    Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
    Overload List
    OverloadDescription
    Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.  
    Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
    See Also