Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / RemoveAt Method
The index of item to be removed.


In This Topic
RemoveAt Method (SubItemCollection)
In This Topic
Remove the item at specific position form the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As SubItemCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The index of item to be removed.
See Also