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.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override void AddRange(
	Appointment[] items
)
Visual Basic
Public Overrides Sub AddRange ( _
	items As Appointment() _
)

Parameters

items
Type: array<C1.C1Schedule..::..Appointment>[]()[][]
An array of Appointment objects.

See Also