C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / RemoveAt Method
The zero-based index of the item to remove.


In This Topic
RemoveAt Method
In This Topic
Removes the IList item at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

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