Removes a range of CalendarDay in this collection.

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

Syntax

C#
public virtual void RemoveRange(
	int index,
	int count
)
Visual Basic
Public Overridable Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)

Parameters

index
Type: System..::..Int32
Start index.
count
Type: System..::..Int32
Number of CalendarDay.

See Also