DeleteAt(Int32):Void

Deletes a data object at the indicated position.

This method deletes a data object of the collection at an indicated position.

The functioning of the method corresponds to the method Delete for a data object and is subject to the same restrictions for the deletion process.

Return type: System.Void

Parameter

index

Type: System.Int32

This parameter is the position of the data object to be deleted. The index begins at 0. If the indicated index lies outside the range, then an ArgumentException is triggered with the message "Invalid index".