C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / GaugeRangeCollection Class / RemoveItem Method
The zero-based index of the element to remove.


RemoveItem Method
Removes the element at the specified index of the Collection.
Syntax
'Declaration
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As GaugeRangeCollection
Dim index As Integer
 
instance.RemoveItem(index)

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
index is less than zero. -or- index is equal to or greater than Count.
See Also