dbicDropDate Send comments on this topic.
RemoveAt Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDaysWeekendCollection Class : RemoveAt Method

index
The zero-based index of the item to remove.
Removes an item with a specific index.

Syntax

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

Parameters

index
The zero-based index of the item to remove.

Return Value

This method does not return a value.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero. -or- index is equal to or greater than System.Collections.CollectionBase.Count.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also