Removes a C1CalendarDay from this collection at specified position.

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The index of C1CalendarDay in this collection.

See Also