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


In This Topic
RemoveAt Method (SubItemCollectionInfo)
In This Topic
Removes the item at the specified position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The index of the item to be removed.
See Also