Parameters
- index
- The zero-based index of the item to remove.The zero-based index of the item to remove.
Return Value
This method does not return a value.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than System.Collections.CollectionBase.Count. |
If the index value provided in less that zero, or greater than the value in Count property of the dbiDayFormatCollection an ArgumentExceptionOutOfRange will occur.
When an item is removed from the collection, the index value for the subsequent items change. All the information about the removed item is deleted.